#42045F

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

Shades of Indigo #42045F

Tints of Indigo #42045F

Color information

#42045F (or 0x42045F) is unknown color: approx Indigo. HEX triplet: 42, 04 and 5F. RGB value is (66,4,95). Sum of RGB (Red+Green+Blue) = 66+4+95=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #42045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42045F is #BDFBA0. Grayscale: #202020. Windows color (decimal): -12450721 or 6227010. OLE color: 6227010.

HSL color Cylindrical-coordinate representation of color #42045F: hue angle of 280.88º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42045F is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB66495-
CMYK0.310.9600.63
HSL280.88º91.92%19.41%-
HSV(B)280.88º95.79%37.25%-
XYZ4.362.0711-
YUV32.91163.04151.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=40%
G=2.42%
B=57.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal664950.310.9600.63280.8891.9219.41
Hex4245F1F6003F1195c13
Octal10241373714007743113423
Binary100001010010111111111111000000111111100011001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42045F; }

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

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

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

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

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

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

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

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