#420980

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

Shades of Indigo #420980

Tints of Indigo #420980

Color information

#420980 (or 0x420980) is unknown color: approx Indigo. HEX triplet: 42, 09 and 80. RGB value is (66,9,128). Sum of RGB (Red+Green+Blue) = 66+9+128=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #420980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420980 is #BDF67F. Grayscale: #272727. Windows color (decimal): -12449408 or 8390978. OLE color: 8390978.

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

Color convert

RGB669128-
CMYK0.480.9300.50
HSL268.74º86.86%26.86%-
HSV(B)268.74º92.97%50.2%-
XYZ6.242.9120.66-
YUV39.61177.88146.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 128 (50.39% from 255) = 63.05%
R=32.51%
G=4.43%
B=63.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6691280.480.9300.50268.7486.8626.86
Hex42980305D03210d571b
Octal102112006013506241512733
Binary100001010011000000011000010111010110010100001101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420980; }

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

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

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

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

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

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

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

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