Html Css Color HEX #520798 Indigo

📋 copy color: '#520798'

red 82 ◦ green 7 ◦ blue 152

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

Shades of Indigo #520798

Tints of Indigo #520798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

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

R = 34.02%
G = 2.9%
B = 63.07%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#520798 (or 0x520798) is known color: Indigo. HEX triplet: 52, 07 and 98. RGB value is (82,7,152). Sum of RGB (Red+Green+Blue) = 82+7+152=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #520798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520798 is #ADF867. Grayscale: #2D2D2D. Windows color (decimal): -11401320 or 9963346. OLE color: 9963346.

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

Color convert

RGB 82 7 152 -
CMYK 0.46 0.95 0 0.40
HSL 271.03º 0.91% 0.31% -
HSV(B) 271.03º 0.95% 0.6% -
XYZ 9.22 4.21 30.03 -
YUV 45.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 82 7 152 0.46 0.95 0 0.40 271.03 0.91 0.31
Hex 52 7 98 2E 5F 0 28 10F 5B 1F
Octal 122 7 230 56 137 0 50 417 133 37
Binary 1010010 111 10011000 101110 1011111 0 101000 100001111 1011011 11111

Color Harmonies of #520798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520798

Black with #520798

Text Example


Text Example

White with #520798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520798; }

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

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

background-color css

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

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

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

border-color css

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

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

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