#520B88

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

Shades of Indigo #520B88

Tints of Indigo #520B88

Color information

#520B88 (or 0x520B88) is unknown color: approx Indigo. HEX triplet: 52, 0B and 88. RGB value is (82,11,136). Sum of RGB (Red+Green+Blue) = 82+11+136=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #520B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520B88 is #ADF477. Grayscale: #2E2E2E. Windows color (decimal): -11400312 or 8915794. OLE color: 8915794.

HSL color Cylindrical-coordinate representation of color #520B88: hue angle of 274.08º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520B88 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8211136-
CMYK0.400.9200.47
HSL274.08º85.03%28.82%-
HSV(B)274.08º91.91%53.33%-
XYZ8.043.8123.6-
YUV46.48178.52153.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 11 (4.69% from 255) = 4.80%
BLUE value IS 136 (53.52% from 255) = 59.39%
R=35.81%
G=4.80%
B=59.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82111360.400.9200.47274.0885.0328.82
Hex52B88285C02F112551d
Octal122132105013405742212535
Binary101001010111000100010100010111000101111100010010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520B88; }

 p { color: rgb(82,11,136); }

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

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

 a { background-color: rgb(82,11,136); }

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

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

 span { border-color: rgb(82,11,136); }

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