#42057A

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

Shades of Indigo #42057A

Tints of Indigo #42057A

Color information

#42057A (or 0x42057A) is unknown color: approx Indigo. HEX triplet: 42, 05 and 7A. RGB value is (66,5,122). Sum of RGB (Red+Green+Blue) = 66+5+122=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #42057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42057A is #BDFA85. Grayscale: #242424. Windows color (decimal): -12450438 or 7996738. OLE color: 7996738.

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

Color convert

RGB665122-
CMYK0.460.9600.52
HSL271.28º92.13%24.9%-
HSV(B)271.28º95.9%47.84%-
XYZ5.812.6718.62-
YUV36.58176.21148.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 122 (48.05% from 255) = 63.21%
R=34.20%
G=2.59%
B=63.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6651220.460.9600.52271.2892.1324.9
Hex4257A2E6003410f5c19
Octal10251725614006441713431
Binary1000010101111101010111011000000110100100001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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