Html Css Color HEX #341AE6 Han Purple

📋 copy color: '#341AE6'

red 52 ◦ green 26 ◦ blue 230

#341AE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #341AE6

Tints of Han Purple #341AE6

RGB

 RED value IS 52 (20.7% from 255) = 16.88%

 GREEN value IS 26 (10.55% from 255) = 8.44%

 BLUE value IS 230 (90.23% from 255) = 74.68%

R = 16.88%
G = 8.44%
B = 74.68%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#341AE6 (or 0x341AE6) is known color: Han Purple. HEX triplet: 34, 1A and E6. RGB value is (52,26,230). Sum of RGB (Red+Green+Blue) = 52+26+230=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 230 (90.23% from 255 or 74.68% from 308); Max value from RGB is 230 - color contains mainly: blue. Hex color #341AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AE6 is #CBE519. Grayscale: #383838. Windows color (decimal): -13362458 or 15079988. OLE color: 15079988.

HSL color Cylindrical-coordinate representation of color #341AE6: hue angle of 247.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341AE6 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 26 230 -
CMYK 0.77 0.89 0 0.10
HSL 247.65º 0.8% 0.5% -
HSV(B) 247.65º 0.89% 0.9% -
XYZ 16.07 7.18 75.4 -
YUV 57.03 225.61 124.41 -
System Red Green Blue C M Y K H S L
Decimal 52 26 230 0.77 0.89 0 0.10 247.65 0.8 0.5
Hex 34 1A E6 4D 59 0 A F8 50 32
Octal 64 32 346 115 131 0 12 370 120 62
Binary 110100 11010 11100110 1001101 1011001 0 1010 11111000 1010000 110010

Color Harmonies of #341AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341AE6

Black with #341AE6

Text Example


Text Example

White with #341AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341AE6; }

 p { color: rgb(52,26,230); }

 H1.HeaderClassName
 {
   color: #341AE6;
 }
 .AnyTagClassName
 {
   color: #341AE6;
 }
</style>

background-color css

<style>
 a { background-color: #341AE6; }

 a { background-color: rgb(52,26,230); }

 div.DivClassName
 {
   background-color: #341AE6;
 }
 .BgClassName
 {
   background-color: #341AE6;
 }
</style>

border-color css

<style>
 span { border-color: #341AE6; }

 span { border-color: rgb(52,26,230); }

 td.TdClassName
 {
   border-color: #341AE6;
 }
 .TagClassName
 {
   border-color: #341AE6;
 }
</style>