Html Css Color HEX #520198 Indigo

📋 copy color: '#520198'

red 82 ◦ green 1 ◦ blue 152

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

Shades of Indigo #520198

Tints of Indigo #520198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 34.89%
G = 0.43%
B = 64.68%

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

#520198 (or 0x520198) is known color: Indigo. HEX triplet: 52, 01 and 98. RGB value is (82,1,152). Sum of RGB (Red+Green+Blue) = 82+1+152=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #520198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520198 is #ADFE67. Grayscale: #292929. Windows color (decimal): -11402856 or 9961810. OLE color: 9961810.

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

Color convert

RGB 82 1 152 -
CMYK 0.46 0.99 0 0.40
HSL 272.19º 0.99% 0.3% -
HSV(B) 272.19º 0.99% 0.6% -
XYZ 9.16 4.08 30.01 -
YUV 42.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 82 1 152 0.46 0.99 0 0.40 272.19 0.99 0.3
Hex 52 1 98 2E 63 0 28 110 63 1E
Octal 122 1 230 56 143 0 50 420 143 36
Binary 1010010 1 10011000 101110 1100011 0 101000 100010000 1100011 11110

Color Harmonies of #520198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520198

Black with #520198

Text Example


Text Example

White with #520198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520198; }

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

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

background-color css

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

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

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

border-color css

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

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

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