#661285

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

Shades of Indigo #661285

Tints of Indigo #661285

Color information

#661285 (or 0x661285) is unknown color: approx Indigo. HEX triplet: 66, 12 and 85. RGB value is (102,18,133). Sum of RGB (Red+Green+Blue) = 102+18+133=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #661285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661285 is #99ED7A. Grayscale: #373737. Windows color (decimal): -10087803 or 8720998. OLE color: 8720998.

HSL color Cylindrical-coordinate representation of color #661285: hue angle of 283.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661285 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10218133-
CMYK0.230.8600.48
HSL283.83º76.16%29.61%-
HSV(B)283.83º86.47%52.16%-
XYZ9.934.9522.62-
YUV56.23171.33160.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=40.32%
G=7.11%
B=52.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102181330.230.8600.48283.8376.1629.61
Hex661285175603011c4c1e
Octal146222052712606043411436
Binary110011010010100001011011110101100110000100011100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661285; }

 p { color: rgb(102,18,133); }

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

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

 a { background-color: rgb(102,18,133); }

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

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

 span { border-color: rgb(102,18,133); }

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