Html Css Color HEX #420889 Indigo

📋 copy color: '#420889'

red 66 ◦ green 8 ◦ blue 137

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

Shades of Indigo #420889

Tints of Indigo #420889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 31.28%
G = 3.79%
B = 64.93%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#420889 (or 0x420889) is known color: Indigo. HEX triplet: 42, 08 and 89. RGB value is (66,8,137). Sum of RGB (Red+Green+Blue) = 66+8+137=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #420889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420889 is #BDF776. Grayscale: #272727. Windows color (decimal): -12449655 or 8980546. OLE color: 8980546.

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

Color convert

RGB 66 8 137 -
CMYK 0.52 0.94 0 0.46
HSL 266.98º 0.89% 0.28% -
HSV(B) 266.98º 0.94% 0.54% -
XYZ 6.85 3.14 23.91 -
YUV 40.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 66 8 137 0.52 0.94 0 0.46 266.98 0.89 0.28
Hex 42 8 89 34 5E 0 2E 10B 59 1C
Octal 102 10 211 64 136 0 56 413 131 34
Binary 1000010 1000 10001001 110100 1011110 0 101110 100001011 1011001 11100

Color Harmonies of #420889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420889

Black with #420889

Text Example


Text Example

White with #420889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420889; }

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

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

background-color css

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

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

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

border-color css

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

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

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