Html Css Color HEX #520183 Indigo

📋 copy color: '#520183'

red 82 ◦ green 1 ◦ blue 131

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

Shades of Indigo #520183

Tints of Indigo #520183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 38.32%
G = 0.47%
B = 61.21%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520183 (or 0x520183) is known color: Indigo. HEX triplet: 52, 01 and 83. RGB value is (82,1,131). Sum of RGB (Red+Green+Blue) = 82+1+131=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #520183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520183 is #ADFE7C. Grayscale: #272727. Windows color (decimal): -11402877 or 8585554. OLE color: 8585554.

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

Color convert

RGB 82 1 131 -
CMYK 0.37 0.99 0 0.49
HSL 277.38º 0.98% 0.26% -
HSV(B) 277.38º 0.99% 0.51% -
XYZ 7.59 3.45 21.74 -
YUV 40.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 82 1 131 0.37 0.99 0 0.49 277.38 0.98 0.26
Hex 52 1 83 25 63 0 31 115 62 1A
Octal 122 1 203 45 143 0 61 425 142 32
Binary 1010010 1 10000011 100101 1100011 0 110001 100010101 1100010 11010

Color Harmonies of #520183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520183

Black with #520183

Text Example


Text Example

White with #520183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520183; }

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

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

background-color css

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

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

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

border-color css

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

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

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