#660993

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

Shades of Indigo #660993

Tints of Indigo #660993

Color information

#660993 (or 0x660993) is unknown color: approx Indigo. HEX triplet: 66, 09 and 93. RGB value is (102,9,147). Sum of RGB (Red+Green+Blue) = 102+9+147=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #660993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660993 is #99F66C. Grayscale: #343434. Windows color (decimal): -10090093 or 9636198. OLE color: 9636198.

HSL color Cylindrical-coordinate representation of color #660993: hue angle of 280.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660993 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1029147-
CMYK0.310.9400.42
HSL280.43º88.46%30.59%-
HSV(B)280.43º93.88%57.65%-
XYZ10.845.1328.02-
YUV52.54181.31163.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 9 (3.91% from 255) = 3.49%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=39.53%
G=3.49%
B=56.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10291470.310.9400.42280.4388.4630.59
Hex669931F5E02A118581f
Octal146112233713605243013037
Binary11001101001100100111111110111100101010100011000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660993; }

 p { color: rgb(102,9,147); }

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

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

 a { background-color: rgb(102,9,147); }

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

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

 span { border-color: rgb(102,9,147); }

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