Html Css Color HEX #520B6C Indigo

📋 copy color: '#520B6C'

red 82 ◦ green 11 ◦ blue 108

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

Shades of Indigo #520B6C

Tints of Indigo #520B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.73%

R = 40.8%
G = 5.47%
B = 53.73%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#520B6C (or 0x520B6C) is known color: Indigo. HEX triplet: 52, 0B and 6C. RGB value is (82,11,108). Sum of RGB (Red+Green+Blue) = 82+11+108=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #520B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B6C is #ADF493. Grayscale: #2A2A2A. Windows color (decimal): -11400340 or 7080786. OLE color: 7080786.

HSL color Cylindrical-coordinate representation of color #520B6C: hue angle of 283.92º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520B6C is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 11 108 -
CMYK 0.24 0.90 0 0.58
HSL 283.92º 0.82% 0.23% -
HSV(B) 283.92º 0.9% 0.42% -
XYZ 6.31 3.12 14.46 -
YUV 43.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 82 11 108 0.24 0.90 0 0.58 283.92 0.82 0.23
Hex 52 B 6C 18 5A 0 3A 11C 52 17
Octal 122 13 154 30 132 0 72 434 122 27
Binary 1010010 1011 1101100 11000 1011010 0 111010 100011100 1010010 10111

Color Harmonies of #520B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B6C

Black with #520B6C

Text Example


Text Example

White with #520B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #520B6C;
 }
 .AnyTagClassName
 {
   color: #520B6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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