#520277

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

Shades of Indigo #520277

Tints of Indigo #520277

Color information

#520277 (or 0x520277) is unknown color: approx Indigo. HEX triplet: 52, 02 and 77. RGB value is (82,2,119). Sum of RGB (Red+Green+Blue) = 82+2+119=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #520277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520277 is #ADFD88. Grayscale: #262626. Windows color (decimal): -11402633 or 7799378. OLE color: 7799378.

HSL color Cylindrical-coordinate representation of color #520277: hue angle of 281.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520277 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB822119-
CMYK0.310.9800.53
HSL281.03º96.69%23.73%-
HSV(B)281.03º98.32%46.67%-
XYZ6.833.1717.7-
YUV39.26173158.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=40.39%
G=0.99%
B=58.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8221190.310.9800.53281.0396.6923.73
Hex522771F620351196118
Octal12221673714206543114130
Binary10100101011101111111111000100110101100011001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520277; }

 p { color: rgb(82,2,119); }

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

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

 a { background-color: rgb(82,2,119); }

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

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

 span { border-color: rgb(82,2,119); }

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