#661582

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

Shades of Indigo #661582

Tints of Indigo #661582

Color information

#661582 (or 0x661582) is unknown color: approx Indigo. HEX triplet: 66, 15 and 82. RGB value is (102,21,130). Sum of RGB (Red+Green+Blue) = 102+21+130=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #661582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661582 is #99EA7D. Grayscale: #393939. Windows color (decimal): -10087038 or 8525158. OLE color: 8525158.

HSL color Cylindrical-coordinate representation of color #661582: hue angle of 284.59º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661582 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10221130-
CMYK0.220.8400.49
HSL284.59º72.19%29.61%-
HSV(B)284.59º83.85%50.98%-
XYZ9.784.9721.56-
YUV57.64168.84159.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=40.32%
G=8.30%
B=51.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102211300.220.8400.49284.5972.1929.61
Hex661582165403111d481e
Octal146252022612406143511036
Binary110011010101100000101011010101000110001100011101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661582; }

 p { color: rgb(102,21,130); }

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

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

 a { background-color: rgb(102,21,130); }

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

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

 span { border-color: rgb(102,21,130); }

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