Html Css Color HEX #520085 Indigo

📋 copy color: '#520085'

red 82 ◦ green 0 ◦ blue 133

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

Shades of Indigo #520085

Tints of Indigo #520085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.14%
G = 0%
B = 61.86%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520085 (or 0x520085) is known color: Indigo. HEX triplet: 52, 00 and 85. RGB value is (82,0,133). Sum of RGB (Red+Green+Blue) = 82+0+133=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #520085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520085 is #ADFF7A. Grayscale: #272727. Windows color (decimal): -11403131 or 8716370. OLE color: 8716370.

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

Color convert

RGB 82 0 133 -
CMYK 0.38 1 0 0.48
HSL 276.99º 1% 0.26% -
HSV(B) 276.99º 1% 0.52% -
XYZ 7.71 3.49 22.46 -
YUV 39.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 82 0 133 0.38 1 0 0.48 276.99 1 0.26
Hex 52 0 85 26 64 0 30 115 64 1A
Octal 122 0 205 46 144 0 60 425 144 32
Binary 1010010 0 10000101 100110 1100100 0 110000 100010101 1100100 11010

Color Harmonies of #520085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520085

Black with #520085

Text Example


Text Example

White with #520085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520085; }

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

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

background-color css

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

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

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

border-color css

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

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

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