Html Css Color HEX #520598 Indigo

📋 copy color: '#520598'

red 82 ◦ green 5 ◦ blue 152

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

Shades of Indigo #520598

Tints of Indigo #520598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.6%

R = 34.31%
G = 2.09%
B = 63.6%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#520598 (or 0x520598) is known color: Indigo. HEX triplet: 52, 05 and 98. RGB value is (82,5,152). Sum of RGB (Red+Green+Blue) = 82+5+152=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #520598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520598 is #ADFA67. Grayscale: #2C2C2C. Windows color (decimal): -11401832 or 9962834. OLE color: 9962834.

HSL color Cylindrical-coordinate representation of color #520598: hue angle of 271.43º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520598 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 5 152 -
CMYK 0.46 0.97 0 0.40
HSL 271.43º 0.94% 0.31% -
HSV(B) 271.43º 0.97% 0.6% -
XYZ 9.2 4.17 30.03 -
YUV 44.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 82 5 152 0.46 0.97 0 0.40 271.43 0.94 0.31
Hex 52 5 98 2E 61 0 28 10F 5E 1F
Octal 122 5 230 56 141 0 50 417 136 37
Binary 1010010 101 10011000 101110 1100001 0 101000 100001111 1011110 11111

Color Harmonies of #520598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520598

Black with #520598

Text Example


Text Example

White with #520598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520598; }

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

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

background-color css

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

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

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

border-color css

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

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

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