#660286

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

Shades of Indigo #660286

Tints of Indigo #660286

Color information

#660286 (or 0x660286) is unknown color: approx Indigo. HEX triplet: 66, 02 and 86. RGB value is (102,2,134). Sum of RGB (Red+Green+Blue) = 102+2+134=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #660286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660286 is #99FD79. Grayscale: #2E2E2E. Windows color (decimal): -10091898 or 8782438. OLE color: 8782438.

HSL color Cylindrical-coordinate representation of color #660286: hue angle of 285.45º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660286 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1022134-
CMYK0.240.9900.47
HSL285.45º97.06%26.67%-
HSV(B)285.45º98.51%52.55%-
XYZ9.84.5922.92-
YUV46.95177.13167.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 134 (52.73% from 255) = 56.30%
R=42.86%
G=0.84%
B=56.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10221340.240.9900.47285.4597.0626.67
Hex66286186302F11d611b
Octal14622063014305743514133
Binary110011010100001101100011000110101111100011101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660286; }

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

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

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

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

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

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

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

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