Html Css Color HEX #420FA2 Indigo

📋 copy color: '#420FA2'

red 66 ◦ green 15 ◦ blue 162

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

Shades of Indigo #420FA2

Tints of Indigo #420FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 66.67%

R = 27.16%
G = 6.17%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#420FA2 (or 0x420FA2) is known color: Indigo. HEX triplet: 42, 0F and A2. RGB value is (66,15,162). Sum of RGB (Red+Green+Blue) = 66+15+162=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #420FA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420FA2 is #BDF05D. Grayscale: #2E2E2E. Windows color (decimal): -12447838 or 10620738. OLE color: 10620738.

HSL color Cylindrical-coordinate representation of color #420FA2: hue angle of 260.82º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420FA2 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 15 162 -
CMYK 0.59 0.91 0 0.36
HSL 260.82º 0.83% 0.35% -
HSV(B) 260.82º 0.91% 0.64% -
XYZ 8.94 4.11 34.5 -
YUV 47.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 66 15 162 0.59 0.91 0 0.36 260.82 0.83 0.35
Hex 42 F A2 3B 5B 0 24 105 53 23
Octal 102 17 242 73 133 0 44 405 123 43
Binary 1000010 1111 10100010 111011 1011011 0 100100 100000101 1010011 100011

Color Harmonies of #420FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FA2

Black with #420FA2

Text Example


Text Example

White with #420FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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