#660A8B

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

Shades of Indigo #660A8B

Tints of Indigo #660A8B

Color information

#660A8B (or 0x660A8B) is unknown color: approx Indigo. HEX triplet: 66, 0A and 8B. RGB value is (102,10,139). Sum of RGB (Red+Green+Blue) = 102+10+139=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #660A8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660A8B is #99F574. Grayscale: #333333. Windows color (decimal): -10089845 or 9112166. OLE color: 9112166.

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

Color convert

RGB10210139-
CMYK0.270.9300.45
HSL282.79º86.58%29.22%-
HSV(B)282.79º92.81%54.51%-
XYZ10.254.9124.83-
YUV52.21176.98163.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 139 (54.69% from 255) = 55.38%
R=40.64%
G=3.98%
B=55.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102101390.270.9300.45282.7986.5829.22
Hex66A8B1B5D02D11b571d
Octal146122133313505543312735
Binary11001101010100010111101110111010101101100011011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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