#660D9B

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

Shades of Indigo #660D9B

Tints of Indigo #660D9B

Color information

#660D9B (or 0x660D9B) is unknown color: approx Indigo. HEX triplet: 66, 0D and 9B. RGB value is (102,13,155). Sum of RGB (Red+Green+Blue) = 102+13+155=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #660D9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660D9B is #99F264. Grayscale: #373737. Windows color (decimal): -10089061 or 10161510. OLE color: 10161510.

HSL color Cylindrical-coordinate representation of color #660D9B: hue angle of 277.61º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660D9B is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10213155-
CMYK0.340.9200.39
HSL277.61º84.52%32.94%-
HSV(B)277.61º91.61%60.78%-
XYZ11.545.4831.46-
YUV55.8183.99160.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 13 (5.47% from 255) = 4.81%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=37.78%
G=4.81%
B=57.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102131550.340.9200.39277.6184.5232.94
Hex66D9B225C0271165521
Octal146152334213404742612541
Binary1100110110110011011100010101110001001111000101101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,13,155); }

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

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

 a { background-color: rgb(102,13,155); }

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

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

 span { border-color: rgb(102,13,155); }

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