#660793

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

Shades of Indigo #660793

Tints of Indigo #660793

Color information

#660793 (or 0x660793) is unknown color: approx Indigo. HEX triplet: 66, 07 and 93. RGB value is (102,7,147). Sum of RGB (Red+Green+Blue) = 102+7+147=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #660793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660793 is #99F86C. Grayscale: #323232. Windows color (decimal): -10090605 or 9635686. OLE color: 9635686.

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

Color convert

RGB1027147-
CMYK0.310.9500.42
HSL280.71º90.91%30.2%-
HSV(B)280.71º95.24%57.65%-
XYZ10.825.0828.01-
YUV51.36181.97164.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 7 (3.12% from 255) = 2.73%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=39.84%
G=2.73%
B=57.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10271470.310.9500.42280.7190.9130.2
Hex667931F5F02A1195b1e
Octal14672233713705243113336
Binary1100110111100100111111110111110101010100011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660793; }

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

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

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

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

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

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

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

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