#660290

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

Shades of Indigo #660290

Tints of Indigo #660290

Color information

#660290 (or 0x660290) is unknown color: approx Indigo. HEX triplet: 66, 02 and 90. RGB value is (102,2,144). Sum of RGB (Red+Green+Blue) = 102+2+144=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #660290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660290 is #99FD6F. Grayscale: #2F2F2F. Windows color (decimal): -10091888 or 9437798. OLE color: 9437798.

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

Color convert

RGB1022144-
CMYK0.290.9900.44
HSL282.25º97.26%28.63%-
HSV(B)282.25º98.61%56.47%-
XYZ10.544.8826.77-
YUV48.09182.13166.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=41.13%
G=0.81%
B=58.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10221440.290.9900.44282.2597.2628.63
Hex662901D6302C11a611d
Octal14622203514305443214135
Binary110011010100100001110111000110101100100011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660290; }

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

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

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

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

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

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

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

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