#660593

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

Shades of Indigo #660593

Tints of Indigo #660593

Color information

#660593 (or 0x660593) is unknown color: approx Indigo. HEX triplet: 66, 05 and 93. RGB value is (102,5,147). Sum of RGB (Red+Green+Blue) = 102+5+147=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #660593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660593 is #99FA6C. Grayscale: #313131. Windows color (decimal): -10091117 or 9635174. OLE color: 9635174.

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

Color convert

RGB1025147-
CMYK0.310.9700.42
HSL280.99º93.42%29.8%-
HSV(B)280.99º96.6%57.65%-
XYZ10.85.0428.01-
YUV50.19182.64164.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=40.16%
G=1.97%
B=57.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10251470.310.9700.42280.9993.4229.8
Hex665931F6102A1195d1e
Octal14652233714105243113536
Binary1100110101100100111111111000010101010100011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660593; }

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

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

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

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

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

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

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

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