Html Css Color HEX #520885 Indigo

📋 copy color: '#520885'

red 82 ◦ green 8 ◦ blue 133

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

Shades of Indigo #520885

Tints of Indigo #520885

RGB

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

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

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

R = 36.77%
G = 3.59%
B = 59.64%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520885 (or 0x520885) is known color: Indigo. HEX triplet: 52, 08 and 85. RGB value is (82,8,133). Sum of RGB (Red+Green+Blue) = 82+8+133=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #520885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520885 is #ADF77A. Grayscale: #2B2B2B. Windows color (decimal): -11401083 or 8718418. OLE color: 8718418.

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

Color convert

RGB 82 8 133 -
CMYK 0.38 0.94 0 0.48
HSL 275.52º 0.89% 0.28% -
HSV(B) 275.52º 0.94% 0.52% -
XYZ 7.8 3.66 22.49 -
YUV 44.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 82 8 133 0.38 0.94 0 0.48 275.52 0.89 0.28
Hex 52 8 85 26 5E 0 30 114 59 1C
Octal 122 10 205 46 136 0 60 424 131 34
Binary 1010010 1000 10000101 100110 1011110 0 110000 100010100 1011001 11100

Color Harmonies of #520885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520885

Black with #520885

Text Example


Text Example

White with #520885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520885; }

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

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

background-color css

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

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

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

border-color css

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

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

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