Html Css Color HEX #520585 Indigo

📋 copy color: '#520585'

red 82 ◦ green 5 ◦ blue 133

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

Shades of Indigo #520585

Tints of Indigo #520585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

 BLUE value IS 133 (52.34% from 255) = 60.45%

R = 37.27%
G = 2.27%
B = 60.45%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520585 (or 0x520585) is known color: Indigo. HEX triplet: 52, 05 and 85. RGB value is (82,5,133). Sum of RGB (Red+Green+Blue) = 82+5+133=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #520585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520585 is #ADFA7A. Grayscale: #2A2A2A. Windows color (decimal): -11401851 or 8717650. OLE color: 8717650.

HSL color Cylindrical-coordinate representation of color #520585: hue angle of 276.09º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520585 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 5 133 -
CMYK 0.38 0.96 0 0.48
HSL 276.09º 0.93% 0.27% -
HSV(B) 276.09º 0.96% 0.52% -
XYZ 7.77 3.6 22.47 -
YUV 42.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 82 5 133 0.38 0.96 0 0.48 276.09 0.93 0.27
Hex 52 5 85 26 60 0 30 114 5D 1B
Octal 122 5 205 46 140 0 60 424 135 33
Binary 1010010 101 10000101 100110 1100000 0 110000 100010100 1011101 11011

Color Harmonies of #520585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520585

Black with #520585

Text Example


Text Example

White with #520585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520585; }

 p { color: rgb(82,5,133); }

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

background-color css

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

 a { background-color: rgb(82,5,133); }

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

border-color css

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

 span { border-color: rgb(82,5,133); }

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