Html Css Color HEX #420FAA Indigo

📋 copy color: '#420FAA'

red 66 ◦ green 15 ◦ blue 170

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

Shades of Indigo #420FAA

Tints of Indigo #420FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.98%

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 26.29%
G = 5.98%
B = 67.73%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#420FAA (or 0x420FAA) is known color: Indigo. HEX triplet: 42, 0F and AA. RGB value is (66,15,170). Sum of RGB (Red+Green+Blue) = 66+15+170=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #420FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420FAA is #BDF055. Grayscale: #2F2F2F. Windows color (decimal): -12447830 or 11145026. OLE color: 11145026.

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

Color convert

RGB 66 15 170 -
CMYK 0.61 0.91 0 0.33
HSL 259.74º 0.84% 0.36% -
HSV(B) 259.74º 0.91% 0.67% -
XYZ 9.67 4.4 38.37 -
YUV 47.92 196.9 140.9 -
System Red Green Blue C M Y K H S L
Decimal 66 15 170 0.61 0.91 0 0.33 259.74 0.84 0.36
Hex 42 F AA 3D 5B 0 21 104 54 24
Octal 102 17 252 75 133 0 41 404 124 44
Binary 1000010 1111 10101010 111101 1011011 0 100001 100000100 1010100 100100

Color Harmonies of #420FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FAA

Black with #420FAA

Text Example


Text Example

White with #420FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,15,170); }

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

background-color css

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

 a { background-color: rgb(66,15,170); }

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

border-color css

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

 span { border-color: rgb(66,15,170); }

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