#520761

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

Shades of Indigo #520761

Tints of Indigo #520761

Color information

#520761 (or 0x520761) is unknown color: approx Indigo. HEX triplet: 52, 07 and 61. RGB value is (82,7,97). Sum of RGB (Red+Green+Blue) = 82+7+97=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #520761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520761 is #ADF89E. Grayscale: #272727. Windows color (decimal): -11401375 or 6358866. OLE color: 6358866.

HSL color Cylindrical-coordinate representation of color #520761: hue angle of 290º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520761 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB82797-
CMYK0.150.9300.62
HSL290º86.54%20.39%-
HSV(B)290º92.78%38.04%-
XYZ5.712.8111.55-
YUV39.68160.35158.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.09%
GREEN value IS 7 (3.12% from 255) = 3.76%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=44.09%
G=3.76%
B=52.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal827970.150.9300.6229086.5420.39
Hex52761F5D03E1225714
Octal12271411713507644212724
Binary10100101111100001111110111010111110100100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520761; }

 p { color: rgb(82,7,97); }

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

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

 a { background-color: rgb(82,7,97); }

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

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

 span { border-color: rgb(82,7,97); }

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