#420983

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

Shades of Indigo #420983

Tints of Indigo #420983

Color information

#420983 (or 0x420983) is unknown color: approx Indigo. HEX triplet: 42, 09 and 83. RGB value is (66,9,131). Sum of RGB (Red+Green+Blue) = 66+9+131=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #420983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420983 is #BDF67C. Grayscale: #272727. Windows color (decimal): -12449405 or 8587586. OLE color: 8587586.

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

Color convert

RGB669131-
CMYK0.500.9300.49
HSL268.03º87.14%27.45%-
HSV(B)268.03º93.13%51.37%-
XYZ6.442.9921.71-
YUV39.95179.38146.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 131 (51.56% from 255) = 63.59%
R=32.04%
G=4.37%
B=63.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6691310.500.9300.49268.0387.1427.45
Hex42983325D03110c571b
Octal102112036213506141412733
Binary100001010011000001111001010111010110001100001100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420983; }

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

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

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

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

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

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

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

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