Html Css Color HEX #420089 Indigo

📋 copy color: '#420089'

red 66 ◦ green 0 ◦ blue 137

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

Shades of Indigo #420089

Tints of Indigo #420089

RGB

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

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

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

R = 32.51%
G = 0%
B = 67.49%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#420089 (or 0x420089) is known color: Indigo. HEX triplet: 42, 00 and 89. RGB value is (66,0,137). Sum of RGB (Red+Green+Blue) = 66+0+137=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #420089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420089 is #BDFF76. Grayscale: #222222. Windows color (decimal): -12451703 or 8978498. OLE color: 8978498.

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

Color convert

RGB 66 0 137 -
CMYK 0.52 1 0 0.46
HSL 268.91º 1% 0.27% -
HSV(B) 268.91º 1% 0.54% -
XYZ 6.76 2.96 23.88 -
YUV 35.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 66 0 137 0.52 1 0 0.46 268.91 1 0.27
Hex 42 0 89 34 64 0 2E 10D 64 1B
Octal 102 0 211 64 144 0 56 415 144 33
Binary 1000010 0 10001001 110100 1100100 0 101110 100001101 1100100 11011

Color Harmonies of #420089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420089

Black with #420089

Text Example


Text Example

White with #420089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420089; }

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

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

background-color css

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

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

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

border-color css

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

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

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