Html Css Color HEX #420CAB Indigo

📋 copy color: '#420CAB'

red 66 ◦ green 12 ◦ blue 171

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

Shades of Indigo #420CAB

Tints of Indigo #420CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

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

R = 26.51%
G = 4.82%
B = 68.67%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#420CAB (or 0x420CAB) is known color: Indigo. HEX triplet: 42, 0C and AB. RGB value is (66,12,171). Sum of RGB (Red+Green+Blue) = 66+12+171=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #420CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420CAB is #BDF354. Grayscale: #2D2D2D. Windows color (decimal): -12448597 or 11209794. OLE color: 11209794.

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

Color convert

RGB 66 12 171 -
CMYK 0.61 0.93 0 0.33
HSL 260.38º 0.87% 0.36% -
HSV(B) 260.38º 0.93% 0.67% -
XYZ 9.73 4.36 38.86 -
YUV 46.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 66 12 171 0.61 0.93 0 0.33 260.38 0.87 0.36
Hex 42 C AB 3D 5D 0 21 104 57 24
Octal 102 14 253 75 135 0 41 404 127 44
Binary 1000010 1100 10101011 111101 1011101 0 100001 100000100 1010111 100100

Color Harmonies of #420CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CAB

Black with #420CAB

Text Example


Text Example

White with #420CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420CAB; }

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

 H1.HeaderClassName
 {
   color: #420CAB;
 }
 .AnyTagClassName
 {
   color: #420CAB;
 }
</style>

background-color css

<style>
 a { background-color: #420CAB; }

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

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

border-color css

<style>
 span { border-color: #420CAB; }

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

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