#661395

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

Shades of Indigo #661395

Tints of Indigo #661395

Color information

#661395 (or 0x661395) is unknown color: approx Indigo. HEX triplet: 66, 13 and 95. RGB value is (102,19,149). Sum of RGB (Red+Green+Blue) = 102+19+149=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #661395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661395 is #99EC6A. Grayscale: #3A3A3A. Windows color (decimal): -10087531 or 9769830. OLE color: 9769830.

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

Color convert

RGB10219149-
CMYK0.320.8700.42
HSL278.31º77.38%32.94%-
HSV(B)278.31º87.25%58.43%-
XYZ11.145.4628.9-
YUV58.64179158.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 19 (7.81% from 255) = 7.04%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=37.78%
G=7.04%
B=55.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102191490.320.8700.42278.3177.3832.94
Hex661395205702A1164d21
Octal146232254012705242611541
Binary11001101001110010101100000101011101010101000101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661395; }

 p { color: rgb(102,19,149); }

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

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

 a { background-color: rgb(102,19,149); }

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

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

 span { border-color: rgb(102,19,149); }

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