Html Css Color HEX #420C8E Indigo

📋 copy color: '#420C8E'

red 66 ◦ green 12 ◦ blue 142

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

Shades of Indigo #420C8E

Tints of Indigo #420C8E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.45%

 BLUE value IS 142 (55.86% from 255) = 64.55%

R = 30%
G = 5.45%
B = 64.55%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#420C8E (or 0x420C8E) is known color: Indigo. HEX triplet: 42, 0C and 8E. RGB value is (66,12,142). Sum of RGB (Red+Green+Blue) = 66+12+142=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #420C8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420C8E is #BDF371. Grayscale: #2A2A2A. Windows color (decimal): -12448626 or 9309250. OLE color: 9309250.

HSL color Cylindrical-coordinate representation of color #420C8E: hue angle of 264.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420C8E is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 12 142 -
CMYK 0.54 0.92 0 0.44
HSL 264.92º 0.84% 0.3% -
HSV(B) 264.92º 0.92% 0.56% -
XYZ 7.26 3.37 25.86 -
YUV 42.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 66 12 142 0.54 0.92 0 0.44 264.92 0.84 0.3
Hex 42 C 8E 36 5C 0 2C 109 54 1E
Octal 102 14 216 66 134 0 54 411 124 36
Binary 1000010 1100 10001110 110110 1011100 0 101100 100001001 1010100 11110

Color Harmonies of #420C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C8E

Black with #420C8E

Text Example


Text Example

White with #420C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,12,142); }

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

background-color css

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

 a { background-color: rgb(66,12,142); }

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

border-color css

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

 span { border-color: rgb(66,12,142); }

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