Html Css Color HEX #420DAD Indigo

📋 copy color: '#420DAD'

red 66 ◦ green 13 ◦ blue 173

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

Shades of Indigo #420DAD

Tints of Indigo #420DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.65%

R = 26.19%
G = 5.16%
B = 68.65%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#420DAD (or 0x420DAD) is known color: Indigo. HEX triplet: 42, 0D and AD. RGB value is (66,13,173). Sum of RGB (Red+Green+Blue) = 66+13+173=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #420DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420DAD is #BDF252. Grayscale: #2E2E2E. Windows color (decimal): -12448339 or 11341122. OLE color: 11341122.

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

Color convert

RGB 66 13 173 -
CMYK 0.62 0.92 0 0.32
HSL 259.88º 0.86% 0.36% -
HSV(B) 259.88º 0.92% 0.68% -
XYZ 9.93 4.46 39.87 -
YUV 47.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 66 13 173 0.62 0.92 0 0.32 259.88 0.86 0.36
Hex 42 D AD 3E 5C 0 20 104 56 24
Octal 102 15 255 76 134 0 40 404 126 44
Binary 1000010 1101 10101101 111110 1011100 0 100000 100000100 1010110 100100

Color Harmonies of #420DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DAD

Black with #420DAD

Text Example


Text Example

White with #420DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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