#66158B

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

Shades of Indigo #66158B

Tints of Indigo #66158B

Color information

#66158B (or 0x66158B) is unknown color: approx Indigo. HEX triplet: 66, 15 and 8B. RGB value is (102,21,139). Sum of RGB (Red+Green+Blue) = 102+21+139=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #66158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66158B is #99EA74. Grayscale: #3A3A3A. Windows color (decimal): -10087029 or 9114982. OLE color: 9114982.

HSL color Cylindrical-coordinate representation of color #66158B: hue angle of 281.19º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66158B is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10221139-
CMYK0.270.8500.45
HSL281.19º73.75%31.37%-
HSV(B)281.19º84.89%54.51%-
XYZ10.415.2324.89-
YUV58.67173.34158.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=38.93%
G=8.02%
B=53.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102211390.270.8500.45281.1973.7531.37
Hex66158B1B5502D1194a1f
Octal146252133312505543111237
Binary110011010101100010111101110101010101101100011001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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