Html Css Color HEX #4206AB Indigo

📋 copy color: '#4206AB'

red 66 ◦ green 6 ◦ blue 171

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

Shades of Indigo #4206AB

Tints of Indigo #4206AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.37%

R = 27.16%
G = 2.47%
B = 70.37%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4206AB (or 0x4206AB) is known color: Indigo. HEX triplet: 42, 06 and AB. RGB value is (66,6,171). Sum of RGB (Red+Green+Blue) = 66+6+171=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #4206AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4206AB is #BDF954. Grayscale: #2A2A2A. Windows color (decimal): -12450133 or 11208258. OLE color: 11208258.

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

Color convert

RGB 66 6 171 -
CMYK 0.61 0.96 0 0.33
HSL 261.82º 0.93% 0.35% -
HSV(B) 261.82º 0.96% 0.67% -
XYZ 9.66 4.23 38.84 -
YUV 42.75 200.38 144.58 -
System Red Green Blue C M Y K H S L
Decimal 66 6 171 0.61 0.96 0 0.33 261.82 0.93 0.35
Hex 42 6 AB 3D 60 0 21 106 5D 23
Octal 102 6 253 75 140 0 41 406 135 43
Binary 1000010 110 10101011 111101 1100000 0 100001 100000110 1011101 100011

Color Harmonies of #4206AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4206AB

Black with #4206AB

Text Example


Text Example

White with #4206AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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