#660285

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

Shades of Indigo #660285

Tints of Indigo #660285

Color information

#660285 (or 0x660285) is unknown color: approx Indigo. HEX triplet: 66, 02 and 85. RGB value is (102,2,133). Sum of RGB (Red+Green+Blue) = 102+2+133=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #660285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660285 is #99FD7A. Grayscale: #2E2E2E. Windows color (decimal): -10091899 or 8716902. OLE color: 8716902.

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

Color convert

RGB1022133-
CMYK0.230.9800.48
HSL285.8º97.04%26.47%-
HSV(B)285.8º98.5%52.16%-
XYZ9.734.5622.56-
YUV46.83176.63167.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=43.04%
G=0.84%
B=56.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10221330.230.9800.48285.897.0426.47
Hex66285176203011e611a
Octal14622052714206043614132
Binary110011010100001011011111000100110000100011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660285; }

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

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

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

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

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

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

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

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