#42059B

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

Shades of Indigo #42059B

Tints of Indigo #42059B

Color information

#42059B (or 0x42059B) is unknown color: approx Indigo. HEX triplet: 42, 05 and 9B. RGB value is (66,5,155). Sum of RGB (Red+Green+Blue) = 66+5+155=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #42059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42059B is #BDFA64. Grayscale: #272727. Windows color (decimal): -12450405 or 10159426. OLE color: 10159426.

HSL color Cylindrical-coordinate representation of color #42059B: hue angle of 264.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42059B is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB665155-
CMYK0.570.9700.39
HSL264.4º93.75%31.37%-
HSV(B)264.4º96.77%60.78%-
XYZ8.223.6331.28-
YUV40.34192.71146.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 155 (60.94% from 255) = 68.58%
R=29.20%
G=2.21%
B=68.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6651550.570.9700.39264.493.7531.37
Hex4259B39610271085e1f
Octal10252337114104741013637
Binary10000101011001101111100111000010100111100001000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42059B; }

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

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

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

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

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

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

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

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