Html Css Color HEX #420C9D Indigo

📋 copy color: '#420C9D'

red 66 ◦ green 12 ◦ blue 157

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

Shades of Indigo #420C9D

Tints of Indigo #420C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 66.81%

R = 28.09%
G = 5.11%
B = 66.81%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#420C9D (or 0x420C9D) is known color: Indigo. HEX triplet: 42, 0C and 9D. RGB value is (66,12,157). Sum of RGB (Red+Green+Blue) = 66+12+157=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #420C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420C9D is #BDF362. Grayscale: #2C2C2C. Windows color (decimal): -12448611 or 10292290. OLE color: 10292290.

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

Color convert

RGB 66 12 157 -
CMYK 0.58 0.92 0 0.38
HSL 262.34º 0.86% 0.33% -
HSV(B) 262.34º 0.92% 0.62% -
XYZ 8.46 3.86 32.2 -
YUV 44.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 66 12 157 0.58 0.92 0 0.38 262.34 0.86 0.33
Hex 42 C 9D 3A 5C 0 26 106 56 21
Octal 102 14 235 72 134 0 46 406 126 41
Binary 1000010 1100 10011101 111010 1011100 0 100110 100000110 1010110 100001

Color Harmonies of #420C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C9D

Black with #420C9D

Text Example


Text Example

White with #420C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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