#661293

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

Shades of Indigo #661293

Tints of Indigo #661293

Color information

#661293 (or 0x661293) is unknown color: approx Indigo. HEX triplet: 66, 12 and 93. RGB value is (102,18,147). Sum of RGB (Red+Green+Blue) = 102+18+147=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #661293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661293 is #99ED6C. Grayscale: #393939. Windows color (decimal): -10087789 or 9638502. OLE color: 9638502.

HSL color Cylindrical-coordinate representation of color #661293: hue angle of 279.07º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661293 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10218147-
CMYK0.310.8800.42
HSL279.07º78.18%32.35%-
HSV(B)279.07º87.76%57.65%-
XYZ10.965.3628.06-
YUV57.82178.33159.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=38.20%
G=6.74%
B=55.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102181470.310.8800.42279.0778.1832.35
Hex6612931F5802A1174e20
Octal146222233713005242711640
Binary1100110100101001001111111101100001010101000101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661293; }

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

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

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

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

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

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

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

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