Html Css Color HEX #420DAB Indigo

📋 copy color: '#420DAB'

red 66 ◦ green 13 ◦ blue 171

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

Shades of Indigo #420DAB

Tints of Indigo #420DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.2%

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

R = 26.4%
G = 5.2%
B = 68.4%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#420DAB (or 0x420DAB) is known color: Indigo. HEX triplet: 42, 0D and AB. RGB value is (66,13,171). Sum of RGB (Red+Green+Blue) = 66+13+171=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #420DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420DAB is #BDF254. Grayscale: #2E2E2E. Windows color (decimal): -12448341 or 11210050. OLE color: 11210050.

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

Color convert

RGB 66 13 171 -
CMYK 0.61 0.92 0 0.33
HSL 260.13º 0.86% 0.36% -
HSV(B) 260.13º 0.92% 0.67% -
XYZ 9.74 4.39 38.86 -
YUV 46.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 66 13 171 0.61 0.92 0 0.33 260.13 0.86 0.36
Hex 42 D AB 3D 5C 0 21 104 56 24
Octal 102 15 253 75 134 0 41 404 126 44
Binary 1000010 1101 10101011 111101 1011100 0 100001 100000100 1010110 100100

Color Harmonies of #420DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DAB

Black with #420DAB

Text Example


Text Example

White with #420DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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