Html Css Color HEX #520298 Indigo

📋 copy color: '#520298'

red 82 ◦ green 2 ◦ blue 152

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

Shades of Indigo #520298

Tints of Indigo #520298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 34.75%
G = 0.85%
B = 64.41%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#520298 (or 0x520298) is known color: Indigo. HEX triplet: 52, 02 and 98. RGB value is (82,2,152). Sum of RGB (Red+Green+Blue) = 82+2+152=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #520298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520298 is #ADFD67. Grayscale: #2A2A2A. Windows color (decimal): -11402600 or 9962066. OLE color: 9962066.

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

Color convert

RGB 82 2 152 -
CMYK 0.46 0.99 0 0.40
HSL 272º 0.97% 0.3% -
HSV(B) 272º 0.99% 0.6% -
XYZ 9.17 4.1 30.01 -
YUV 43.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 82 2 152 0.46 0.99 0 0.40 272 0.97 0.3
Hex 52 2 98 2E 63 0 28 110 61 1E
Octal 122 2 230 56 143 0 50 420 141 36
Binary 1010010 10 10011000 101110 1100011 0 101000 100010000 1100001 11110

Color Harmonies of #520298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520298

Black with #520298

Text Example


Text Example

White with #520298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520298; }

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

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

background-color css

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

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

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

border-color css

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

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

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