Html Css Color HEX #420A9F Indigo

📋 copy color: '#420A9F'

red 66 ◦ green 10 ◦ blue 159

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

Shades of Indigo #420A9F

Tints of Indigo #420A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

 BLUE value IS 159 (62.5% from 255) = 67.66%

R = 28.09%
G = 4.26%
B = 67.66%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#420A9F (or 0x420A9F) is known color: Indigo. HEX triplet: 42, 0A and 9F. RGB value is (66,10,159). Sum of RGB (Red+Green+Blue) = 66+10+159=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #420A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420A9F is #BDF560. Grayscale: #2B2B2B. Windows color (decimal): -12449121 or 10422850. OLE color: 10422850.

HSL color Cylindrical-coordinate representation of color #420A9F: hue angle of 262.55º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420A9F is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 10 159 -
CMYK 0.58 0.94 0 0.38
HSL 262.55º 0.88% 0.33% -
HSV(B) 262.55º 0.94% 0.62% -
XYZ 8.61 3.88 33.1 -
YUV 43.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 66 10 159 0.58 0.94 0 0.38 262.55 0.88 0.33
Hex 42 A 9F 3A 5E 0 26 107 58 21
Octal 102 12 237 72 136 0 46 407 130 41
Binary 1000010 1010 10011111 111010 1011110 0 100110 100000111 1011000 100001

Color Harmonies of #420A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A9F

Black with #420A9F

Text Example


Text Example

White with #420A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,10,159); }

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

background-color css

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

 a { background-color: rgb(66,10,159); }

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

border-color css

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

 span { border-color: rgb(66,10,159); }

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