#66058B

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

Shades of Indigo #66058B

Tints of Indigo #66058B

Color information

#66058B (or 0x66058B) is unknown color: approx Indigo. HEX triplet: 66, 05 and 8B. RGB value is (102,5,139). Sum of RGB (Red+Green+Blue) = 102+5+139=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #66058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66058B is #99FA74. Grayscale: #303030. Windows color (decimal): -10091125 or 9110886. OLE color: 9110886.

HSL color Cylindrical-coordinate representation of color #66058B: hue angle of 283.43º 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 #66058B is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1025139-
CMYK0.270.9600.45
HSL283.43º93.06%28.24%-
HSV(B)283.43º96.4%54.51%-
XYZ10.194.824.81-
YUV49.28178.64165.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=41.46%
G=2.03%
B=56.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10251390.270.9600.45283.4393.0628.24
Hex6658B1B6002D11b5d1c
Octal14652133314005543313534
Binary1100110101100010111101111000000101101100011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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