#42058B

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

Shades of Indigo #42058B

Tints of Indigo #42058B

Color information

#42058B (or 0x42058B) is unknown color: approx Indigo. HEX triplet: 42, 05 and 8B. RGB value is (66,5,139). Sum of RGB (Red+Green+Blue) = 66+5+139=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #42058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42058B is #BDFA74. Grayscale: #262626. Windows color (decimal): -12450421 or 9110850. OLE color: 9110850.

HSL color Cylindrical-coordinate representation of color #42058B: hue angle of 267.31º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42058B is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB665139-
CMYK0.530.9600.45
HSL267.31º93.06%28.24%-
HSV(B)267.31º96.4%54.51%-
XYZ6.963.1324.66-
YUV38.52184.71147.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=31.43%
G=2.38%
B=66.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6651390.530.9600.45267.3193.0628.24
Hex4258B356002D10b5d1c
Octal10252136514005541313534
Binary10000101011000101111010111000000101101100001011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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