Html Css Color HEX #520498 Indigo

📋 copy color: '#520498'

red 82 ◦ green 4 ◦ blue 152

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

Shades of Indigo #520498

Tints of Indigo #520498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

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

R = 34.45%
G = 1.68%
B = 63.87%

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

#520498 (or 0x520498) is known color: Indigo. HEX triplet: 52, 04 and 98. RGB value is (82,4,152). Sum of RGB (Red+Green+Blue) = 82+4+152=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #520498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520498 is #ADFB67. Grayscale: #2B2B2B. Windows color (decimal): -11402088 or 9962578. OLE color: 9962578.

HSL color Cylindrical-coordinate representation of color #520498: hue angle of 271.62º degrees, saturation: 0.95, 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 #520498 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 4 152 -
CMYK 0.46 0.97 0 0.40
HSL 271.62º 0.95% 0.31% -
HSV(B) 271.62º 0.97% 0.6% -
XYZ 9.19 4.15 30.02 -
YUV 44.19 188.84 154.97 -
System Red Green Blue C M Y K H S L
Decimal 82 4 152 0.46 0.97 0 0.40 271.62 0.95 0.31
Hex 52 4 98 2E 61 0 28 110 5F 1F
Octal 122 4 230 56 141 0 50 420 137 37
Binary 1010010 100 10011000 101110 1100001 0 101000 100010000 1011111 11111

Color Harmonies of #520498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520498

Black with #520498

Text Example


Text Example

White with #520498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520498; }

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

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

background-color css

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

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

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

border-color css

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

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

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