Html Css Color HEX #520883 Indigo

📋 copy color: '#520883'

red 82 ◦ green 8 ◦ blue 131

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

Shades of Indigo #520883

Tints of Indigo #520883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 131 (51.56% from 255) = 59.28%

R = 37.1%
G = 3.62%
B = 59.28%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520883 (or 0x520883) is known color: Indigo. HEX triplet: 52, 08 and 83. RGB value is (82,8,131). Sum of RGB (Red+Green+Blue) = 82+8+131=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #520883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520883 is #ADF77C. Grayscale: #2B2B2B. Windows color (decimal): -11401085 or 8587346. OLE color: 8587346.

HSL color Cylindrical-coordinate representation of color #520883: hue angle of 276.1º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520883 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 8 131 -
CMYK 0.37 0.94 0 0.49
HSL 276.1º 0.88% 0.27% -
HSV(B) 276.1º 0.94% 0.51% -
XYZ 7.66 3.61 21.76 -
YUV 44.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 82 8 131 0.37 0.94 0 0.49 276.1 0.88 0.27
Hex 52 8 83 25 5E 0 31 114 58 1B
Octal 122 10 203 45 136 0 61 424 130 33
Binary 1010010 1000 10000011 100101 1011110 0 110001 100010100 1011000 11011

Color Harmonies of #520883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520883

Black with #520883

Text Example


Text Example

White with #520883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520883; }

 p { color: rgb(82,8,131); }

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

background-color css

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

 a { background-color: rgb(82,8,131); }

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

border-color css

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

 span { border-color: rgb(82,8,131); }

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