Html Css Color HEX #420059 Indigo

📋 copy color: '#420059'

red 66 ◦ green 0 ◦ blue 89

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

Shades of Indigo #420059

Tints of Indigo #420059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 57.42%

R = 42.58%
G = 0%
B = 57.42%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420059 (or 0x420059) is known color: Indigo. HEX triplet: 42, 00 and 59. RGB value is (66,0,89). Sum of RGB (Red+Green+Blue) = 66+0+89=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #420059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420059 is #BDFFA6. Grayscale: #1D1D1D. Windows color (decimal): -12451751 or 5832770. OLE color: 5832770.

HSL color Cylindrical-coordinate representation of color #420059: hue angle of 284.49º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420059 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 0 89 -
CMYK 0.26 1 0 0.65
HSL 284.49º 1% 0.17% -
HSV(B) 284.49º 1% 0.35% -
XYZ 4.05 1.88 9.6 -
YUV 29.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 66 0 89 0.26 1 0 0.65 284.49 1 0.17
Hex 42 0 59 1A 64 0 41 11C 64 11
Octal 102 0 131 32 144 0 101 434 144 21
Binary 1000010 0 1011001 11010 1100100 0 1000001 100011100 1100100 10001

Color Harmonies of #420059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420059

Black with #420059

Text Example


Text Example

White with #420059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420059; }

 p { color: rgb(66,0,89); }

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

background-color css

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

 a { background-color: rgb(66,0,89); }

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

border-color css

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

 span { border-color: rgb(66,0,89); }

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