#660B8B

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

Shades of Indigo #660B8B

Tints of Indigo #660B8B

Color information

#660B8B (or 0x660B8B) is unknown color: approx Indigo. HEX triplet: 66, 0B and 8B. RGB value is (102,11,139). Sum of RGB (Red+Green+Blue) = 102+11+139=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #660B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660B8B is #99F474. Grayscale: #343434. Windows color (decimal): -10089589 or 9112422. OLE color: 9112422.

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

Color convert

RGB10211139-
CMYK0.270.9200.45
HSL282.66º85.33%29.41%-
HSV(B)282.66º92.09%54.51%-
XYZ10.264.9324.84-
YUV52.8176.65163.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 11 (4.69% from 255) = 4.37%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=40.48%
G=4.37%
B=55.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102111390.270.9200.45282.6685.3329.41
Hex66B8B1B5C02D11b551d
Octal146132133313405543312535
Binary11001101011100010111101110111000101101100011011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B8B; }

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

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

<style>
 a { background-color: #660B8B; }

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

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

<style>
 span { border-color: #660B8B; }

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

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