Html Css Color HEX #420880 Indigo

📋 copy color: '#420880'

red 66 ◦ green 8 ◦ blue 128

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

Shades of Indigo #420880

Tints of Indigo #420880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 63.37%

R = 32.67%
G = 3.96%
B = 63.37%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#420880 (or 0x420880) is known color: Indigo. HEX triplet: 42, 08 and 80. RGB value is (66,8,128). Sum of RGB (Red+Green+Blue) = 66+8+128=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #420880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420880 is #BDF77F. Grayscale: #262626. Windows color (decimal): -12449664 or 8390722. OLE color: 8390722.

HSL color Cylindrical-coordinate representation of color #420880: hue angle of 269º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420880 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 8 128 -
CMYK 0.48 0.94 0 0.50
HSL 269º 0.88% 0.27% -
HSV(B) 269º 0.94% 0.5% -
XYZ 6.23 2.89 20.65 -
YUV 39.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 66 8 128 0.48 0.94 0 0.50 269 0.88 0.27
Hex 42 8 80 30 5E 0 32 10D 58 1B
Octal 102 10 200 60 136 0 62 415 130 33
Binary 1000010 1000 10000000 110000 1011110 0 110010 100001101 1011000 11011

Color Harmonies of #420880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420880

Black with #420880

Text Example


Text Example

White with #420880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420880; }

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

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

background-color css

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

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

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

border-color css

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

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

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