#420480

Color #420480 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420480

Tints of Indigo #420480

Color information

#420480 (or 0x420480) is unknown color: approx Indigo. HEX triplet: 42, 04 and 80. RGB value is (66,4,128). Sum of RGB (Red+Green+Blue) = 66+4+128=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #420480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420480 is #BDFB7F. Grayscale: #242424. Windows color (decimal): -12450688 or 8389698. OLE color: 8389698.

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

Color convert

RGB664128-
CMYK0.480.9700.50
HSL270º93.94%25.88%-
HSV(B)270º96.88%50.2%-
XYZ6.192.820.64-
YUV36.67179.54148.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 128 (50.39% from 255) = 64.65%
R=33.33%
G=2.02%
B=64.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6641280.480.9700.5027093.9425.88
Hex42480306103210e5e1a
Octal10242006014106241613632
Binary10000101001000000011000011000010110010100001110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420480; }

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

 H1.HeaderClassName
 {
   color: #420480;
 }
 .AnyTagClassName
 {
   color: #420480;
 }
</style>
background-color css

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

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

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

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

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

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