Html Css Color HEX #520B88 Indigo

📋 copy color: '#520B88'

red 82 ◦ green 11 ◦ blue 136

#520B88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #520B88

Tints of Indigo #520B88

RGB

 RED value IS 82 (32.42% from 255) = 35.81%

 GREEN value IS 11 (4.69% from 255) = 4.8%

 BLUE value IS 136 (53.52% from 255) = 59.39%

R = 35.81%
G = 4.8%
B = 59.39%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#520B88 (or 0x520B88) is known color: 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

RGB 82 11 136 -
CMYK 0.40 0.92 0 0.47
HSL 274.08º 0.85% 0.29% -
HSV(B) 274.08º 0.92% 0.53% -
XYZ 8.04 3.81 23.6 -
YUV 46.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 82 11 136 0.40 0.92 0 0.47 274.08 0.85 0.29
Hex 52 B 88 28 5C 0 2F 112 55 1D
Octal 122 13 210 50 134 0 57 422 125 35
Binary 1010010 1011 10001000 101000 1011100 0 101111 100010010 1010101 11101

Color Harmonies of #520B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B88

Black with #520B88

Text Example


Text Example

White with #520B88

Text Example


Text Example

HTML Codes & Css Web 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>