#42055D

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

Shades of Indigo #42055D

Tints of Indigo #42055D

Color information

#42055D (or 0x42055D) is unknown color: approx Indigo. HEX triplet: 42, 05 and 5D. RGB value is (66,5,93). Sum of RGB (Red+Green+Blue) = 66+5+93=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #42055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42055D is #BDFAA2. Grayscale: #202020. Windows color (decimal): -12450467 or 6096194. OLE color: 6096194.

HSL color Cylindrical-coordinate representation of color #42055D: hue angle of 281.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42055D is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB66593-
CMYK0.290.9500.64
HSL281.59º89.8%19.22%-
HSV(B)281.59º94.62%36.47%-
XYZ4.282.0610.53-
YUV33.27161.71151.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 93 (36.72% from 255) = 56.71%
R=40.24%
G=3.05%
B=56.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal665930.290.9500.64281.5989.819.22
Hex4255D1D5F04011a5a13
Octal102513535137010043213223
Binary1000010101101110111101101111101000000100011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42055D; }

 p { color: rgb(66,5,93); }

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

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

 a { background-color: rgb(66,5,93); }

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

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

 span { border-color: rgb(66,5,93); }

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