Html Css Color HEX #520283 Indigo

📋 copy color: '#520283'

red 82 ◦ green 2 ◦ blue 131

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

Shades of Indigo #520283

Tints of Indigo #520283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 38.14%
G = 0.93%
B = 60.93%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520283 (or 0x520283) is known color: Indigo. HEX triplet: 52, 02 and 83. RGB value is (82,2,131). Sum of RGB (Red+Green+Blue) = 82+2+131=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #520283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520283 is #ADFD7C. Grayscale: #282828. Windows color (decimal): -11402621 or 8585810. OLE color: 8585810.

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

Color convert

RGB 82 2 131 -
CMYK 0.37 0.98 0 0.49
HSL 277.21º 0.97% 0.26% -
HSV(B) 277.21º 0.98% 0.51% -
XYZ 7.6 3.48 21.74 -
YUV 40.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 82 2 131 0.37 0.98 0 0.49 277.21 0.97 0.26
Hex 52 2 83 25 62 0 31 115 61 1A
Octal 122 2 203 45 142 0 61 425 141 32
Binary 1010010 10 10000011 100101 1100010 0 110001 100010101 1100001 11010

Color Harmonies of #520283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520283

Black with #520283

Text Example


Text Example

White with #520283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520283; }

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

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

background-color css

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

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

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

border-color css

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

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

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