Html Css Color HEX #4206AC Indigo

📋 copy color: '#4206AC'

red 66 ◦ green 6 ◦ blue 172

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

Shades of Indigo #4206AC

Tints of Indigo #4206AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 70.49%

R = 27.05%
G = 2.46%
B = 70.49%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4206AC (or 0x4206AC) is known color: Indigo. HEX triplet: 42, 06 and AC. RGB value is (66,6,172). Sum of RGB (Red+Green+Blue) = 66+6+172=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #4206AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4206AC is #BDF953. Grayscale: #2A2A2A. Windows color (decimal): -12450132 or 11273794. OLE color: 11273794.

HSL color Cylindrical-coordinate representation of color #4206AC: hue angle of 261.69º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4206AC is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 6 172 -
CMYK 0.62 0.97 0 0.33
HSL 261.69º 0.93% 0.35% -
HSV(B) 261.69º 0.97% 0.67% -
XYZ 9.76 4.27 39.34 -
YUV 42.86 200.88 144.5 -
System Red Green Blue C M Y K H S L
Decimal 66 6 172 0.62 0.97 0 0.33 261.69 0.93 0.35
Hex 42 6 AC 3E 61 0 21 106 5D 23
Octal 102 6 254 76 141 0 41 406 135 43
Binary 1000010 110 10101100 111110 1100001 0 100001 100000110 1011101 100011

Color Harmonies of #4206AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4206AC

Black with #4206AC

Text Example


Text Example

White with #4206AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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