#420893

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

Shades of Indigo #420893

Tints of Indigo #420893

Color information

#420893 (or 0x420893) is unknown color: approx Indigo. HEX triplet: 42, 08 and 93. RGB value is (66,8,147). Sum of RGB (Red+Green+Blue) = 66+8+147=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #420893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420893 is #BDF76C. Grayscale: #282828. Windows color (decimal): -12449645 or 9635906. OLE color: 9635906.

HSL color Cylindrical-coordinate representation of color #420893: hue angle of 265.04º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420893 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB668147-
CMYK0.550.9500.42
HSL265.04º89.68%30.39%-
HSV(B)265.04º94.56%57.65%-
XYZ7.63.4427.87-
YUV41.19187.72145.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=29.86%
G=3.62%
B=66.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6681470.550.9500.42265.0489.6830.39
Hex42893375F02A1095a1e
Octal102102236713705241113236
Binary100001010001001001111011110111110101010100001001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420893; }

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

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

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

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

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

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

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

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