Html Css Color HEX #420C9C Indigo

📋 copy color: '#420C9C'

red 66 ◦ green 12 ◦ blue 156

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

Shades of Indigo #420C9C

Tints of Indigo #420C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 28.21%
G = 5.13%
B = 66.67%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#420C9C (or 0x420C9C) is known color: Indigo. HEX triplet: 42, 0C and 9C. RGB value is (66,12,156). Sum of RGB (Red+Green+Blue) = 66+12+156=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #420C9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420C9C is #BDF363. Grayscale: #2C2C2C. Windows color (decimal): -12448612 or 10226754. OLE color: 10226754.

HSL color Cylindrical-coordinate representation of color #420C9C: hue angle of 262.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420C9C is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 12 156 -
CMYK 0.58 0.92 0 0.39
HSL 262.5º 0.86% 0.33% -
HSV(B) 262.5º 0.92% 0.61% -
XYZ 8.38 3.82 31.75 -
YUV 44.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 66 12 156 0.58 0.92 0 0.39 262.5 0.86 0.33
Hex 42 C 9C 3A 5C 0 27 106 56 21
Octal 102 14 234 72 134 0 47 406 126 41
Binary 1000010 1100 10011100 111010 1011100 0 100111 100000110 1010110 100001

Color Harmonies of #420C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C9C

Black with #420C9C

Text Example


Text Example

White with #420C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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