Html Css Color HEX #420C89 Indigo

📋 copy color: '#420C89'

red 66 ◦ green 12 ◦ blue 137

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

Shades of Indigo #420C89

Tints of Indigo #420C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 63.72%

R = 30.7%
G = 5.58%
B = 63.72%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#420C89 (or 0x420C89) is known color: Indigo. HEX triplet: 42, 0C and 89. RGB value is (66,12,137). Sum of RGB (Red+Green+Blue) = 66+12+137=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #420C89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420C89 is #BDF376. Grayscale: #292929. Windows color (decimal): -12448631 or 8981570. OLE color: 8981570.

HSL color Cylindrical-coordinate representation of color #420C89: hue angle of 265.92º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420C89 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 12 137 -
CMYK 0.52 0.91 0 0.46
HSL 265.92º 0.84% 0.29% -
HSV(B) 265.92º 0.91% 0.54% -
XYZ 6.89 3.23 23.93 -
YUV 42.4 181.39 144.84 -
System Red Green Blue C M Y K H S L
Decimal 66 12 137 0.52 0.91 0 0.46 265.92 0.84 0.29
Hex 42 C 89 34 5B 0 2E 10A 54 1D
Octal 102 14 211 64 133 0 56 412 124 35
Binary 1000010 1100 10001001 110100 1011011 0 101110 100001010 1010100 11101

Color Harmonies of #420C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C89

Black with #420C89

Text Example


Text Example

White with #420C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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