#42057C

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

Shades of Indigo #42057C

Tints of Indigo #42057C

Color information

#42057C (or 0x42057C) is unknown color: approx Indigo. HEX triplet: 42, 05 and 7C. RGB value is (66,5,124). Sum of RGB (Red+Green+Blue) = 66+5+124=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #42057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42057C is #BDFA83. Grayscale: #242424. Windows color (decimal): -12450436 or 8127810. OLE color: 8127810.

HSL color Cylindrical-coordinate representation of color #42057C: hue angle of 270.76º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42057C is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB665124-
CMYK0.470.9600.51
HSL270.76º92.25%25.29%-
HSV(B)270.76º95.97%48.63%-
XYZ5.942.7219.28-
YUV36.8177.21148.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=33.85%
G=2.56%
B=63.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6651240.470.9600.51270.7692.2525.29
Hex4257C2F6003310f5c19
Octal10251745714006341713431
Binary1000010101111110010111111000000110011100001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42057C; }

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

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

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

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

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

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

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

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