Html Css Color HEX #4206A4 Indigo

📋 copy color: '#4206A4'

red 66 ◦ green 6 ◦ blue 164

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

Shades of Indigo #4206A4

Tints of Indigo #4206A4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

 BLUE value IS 164 (64.45% from 255) = 69.49%

R = 27.97%
G = 2.54%
B = 69.49%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4206A4 (or 0x4206A4) is known color: Indigo. HEX triplet: 42, 06 and A4. RGB value is (66,6,164). Sum of RGB (Red+Green+Blue) = 66+6+164=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 164 (64.45% from 255 or 69.49% from 236); Max value from RGB is 164 - color contains mainly: blue. Hex color #4206A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4206A4 is #BDF95B. Grayscale: #292929. Windows color (decimal): -12450140 or 10749506. OLE color: 10749506.

HSL color Cylindrical-coordinate representation of color #4206A4: hue angle of 262.78º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4206A4 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 6 164 -
CMYK 0.60 0.96 0 0.36
HSL 262.78º 0.93% 0.33% -
HSV(B) 262.78º 0.96% 0.64% -
XYZ 9.01 3.97 35.41 -
YUV 41.95 196.88 145.15 -
System Red Green Blue C M Y K H S L
Decimal 66 6 164 0.60 0.96 0 0.36 262.78 0.93 0.33
Hex 42 6 A4 3C 60 0 24 107 5D 21
Octal 102 6 244 74 140 0 44 407 135 41
Binary 1000010 110 10100100 111100 1100000 0 100100 100000111 1011101 100001

Color Harmonies of #4206A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4206A4

Black with #4206A4

Text Example


Text Example

White with #4206A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4206A4; }

 p { color: rgb(66,6,164); }

 H1.HeaderClassName
 {
   color: #4206A4;
 }
 .AnyTagClassName
 {
   color: #4206A4;
 }
</style>

background-color css

<style>
 a { background-color: #4206A4; }

 a { background-color: rgb(66,6,164); }

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

border-color css

<style>
 span { border-color: #4206A4; }

 span { border-color: rgb(66,6,164); }

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