#660093

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

Shades of Indigo #660093

Tints of Indigo #660093

Color information

#660093 (or 0x660093) is unknown color: approx Indigo. HEX triplet: 66, 00 and 93. RGB value is (102,0,147). Sum of RGB (Red+Green+Blue) = 102+0+147=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #660093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660093 is #99FF6C. Grayscale: #2E2E2E. Windows color (decimal): -10092397 or 9633894. OLE color: 9633894.

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

Color convert

RGB1020147-
CMYK0.31100.42
HSL281.63º100%28.82%-
HSV(B)281.63º100%57.65%-
XYZ10.754.9327.99-
YUV47.26184.29167.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 59.04%
R=40.96%
G=0%
B=59.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10201470.31100.42281.6310028.82
Hex660931F6402A11a641d
Octal14602233714405243214435
Binary11001100100100111111111001000101010100011010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660093; }

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

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

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

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

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

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

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

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