#660293

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

Shades of Indigo #660293

Tints of Indigo #660293

Color information

#660293 (or 0x660293) is unknown color: approx Indigo. HEX triplet: 66, 02 and 93. RGB value is (102,2,147). Sum of RGB (Red+Green+Blue) = 102+2+147=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #660293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660293 is #99FD6C. Grayscale: #2F2F2F. Windows color (decimal): -10091885 or 9634406. OLE color: 9634406.

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

Color convert

RGB1022147-
CMYK0.310.9900.42
HSL281.38º97.32%29.22%-
HSV(B)281.38º98.64%57.65%-
XYZ10.774.9728-
YUV48.43183.63166.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=40.64%
G=0.80%
B=58.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10221470.310.9900.42281.3897.3229.22
Hex662931F6302A119611d
Octal14622233714305243114135
Binary110011010100100111111111000110101010100011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660293; }

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

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

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

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

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

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

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

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