#660296

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

Shades of Indigo #660296

Tints of Indigo #660296

Color information

#660296 (or 0x660296) is unknown color: approx Indigo. HEX triplet: 66, 02 and 96. RGB value is (102,2,150). Sum of RGB (Red+Green+Blue) = 102+2+150=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #660296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660296 is #99FD69. Grayscale: #303030. Windows color (decimal): -10091882 or 9831014. OLE color: 9831014.

HSL color Cylindrical-coordinate representation of color #660296: hue angle of 280.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660296 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1022150-
CMYK0.320.9900.41
HSL280.54º97.37%29.8%-
HSV(B)280.54º98.67%58.82%-
XYZ11.015.0729.25-
YUV48.77185.13165.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=40.16%
G=0.79%
B=59.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10221500.320.9900.41280.5497.3729.8
Hex662962063029119611e
Octal14622264014305143114136
Binary1100110101001011010000011000110101001100011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660296; }

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

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

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

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

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

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

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

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