#660394

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

Shades of Indigo #660394

Tints of Indigo #660394

Color information

#660394 (or 0x660394) is unknown color: approx Indigo. HEX triplet: 66, 03 and 94. RGB value is (102,3,148). Sum of RGB (Red+Green+Blue) = 102+3+148=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #660394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660394 is #99FC6B. Grayscale: #303030. Windows color (decimal): -10091628 or 9700198. OLE color: 9700198.

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

Color convert

RGB1023148-
CMYK0.310.9800.42
HSL280.97º96.03%29.61%-
HSV(B)280.97º97.97%58.04%-
XYZ10.865.0328.42-
YUV49.13183.8165.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=40.32%
G=1.19%
B=58.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10231480.310.9800.42280.9796.0329.61
Hex663941F6202A119601e
Octal14632243714205243114036
Binary110011011100101001111111000100101010100011001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660394; }

 p { color: rgb(102,3,148); }

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

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

 a { background-color: rgb(102,3,148); }

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

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

 span { border-color: rgb(102,3,148); }

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