Html Css Color HEX #520B94 Indigo

📋 copy color: '#520B94'

red 82 ◦ green 11 ◦ blue 148

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

Shades of Indigo #520B94

Tints of Indigo #520B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 34.02%
G = 4.56%
B = 61.41%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520B94 (or 0x520B94) is known color: Indigo. HEX triplet: 52, 0B and 94. RGB value is (82,11,148). Sum of RGB (Red+Green+Blue) = 82+11+148=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #520B94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520B94 is #ADF46B. Grayscale: #2F2F2F. Windows color (decimal): -11400300 or 9702226. OLE color: 9702226.

HSL color Cylindrical-coordinate representation of color #520B94: hue angle of 271.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520B94 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 11 148 -
CMYK 0.45 0.93 0 0.42
HSL 271.09º 0.86% 0.31% -
HSV(B) 271.09º 0.93% 0.58% -
XYZ 8.94 4.17 28.35 -
YUV 47.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 82 11 148 0.45 0.93 0 0.42 271.09 0.86 0.31
Hex 52 B 94 2D 5D 0 2A 10F 56 1F
Octal 122 13 224 55 135 0 52 417 126 37
Binary 1010010 1011 10010100 101101 1011101 0 101010 100001111 1010110 11111

Color Harmonies of #520B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B94

Black with #520B94

Text Example


Text Example

White with #520B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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