Html Css Color HEX #4208A0 Indigo

📋 copy color: '#4208A0'

red 66 ◦ green 8 ◦ blue 160

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

Shades of Indigo #4208A0

Tints of Indigo #4208A0

RGB

 RED value IS 66 (26.17% from 255) = 28.21%

 GREEN value IS 8 (3.52% from 255) = 3.42%

 BLUE value IS 160 (62.89% from 255) = 68.38%

R = 28.21%
G = 3.42%
B = 68.38%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4208A0 (or 0x4208A0) is known color: Indigo. HEX triplet: 42, 08 and A0. RGB value is (66,8,160). Sum of RGB (Red+Green+Blue) = 66+8+160=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #4208A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4208A0 is #BDF75F. Grayscale: #2A2A2A. Windows color (decimal): -12449632 or 10487874. OLE color: 10487874.

HSL color Cylindrical-coordinate representation of color #4208A0: hue angle of 262.89º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4208A0 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 8 160 -
CMYK 0.59 0.95 0 0.37
HSL 262.89º 0.9% 0.33% -
HSV(B) 262.89º 0.95% 0.63% -
XYZ 8.68 3.87 33.55 -
YUV 42.67 194.22 144.64 -
System Red Green Blue C M Y K H S L
Decimal 66 8 160 0.59 0.95 0 0.37 262.89 0.9 0.33
Hex 42 8 A0 3B 5F 0 25 107 5A 21
Octal 102 10 240 73 137 0 45 407 132 41
Binary 1000010 1000 10100000 111011 1011111 0 100101 100000111 1011010 100001

Color Harmonies of #4208A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4208A0

Black with #4208A0

Text Example


Text Example

White with #4208A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4208A0; }

 p { color: rgb(66,8,160); }

 H1.HeaderClassName
 {
   color: #4208A0;
 }
 .AnyTagClassName
 {
   color: #4208A0;
 }
</style>

background-color css

<style>
 a { background-color: #4208A0; }

 a { background-color: rgb(66,8,160); }

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

border-color css

<style>
 span { border-color: #4208A0; }

 span { border-color: rgb(66,8,160); }

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