#520098

Color #520098 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #520098

Tints of Indigo #520098

Color information

#520098 (or 0x520098) is unknown color: approx Indigo. HEX triplet: 52, 00 and 98. RGB value is (82,0,152). Sum of RGB (Red+Green+Blue) = 82+0+152=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #520098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520098 is #ADFF67. Grayscale: #292929. Windows color (decimal): -11403112 or 9961554. OLE color: 9961554.

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

Color convert

RGB820152-
CMYK0.46100.40
HSL272.37º100%29.8%-
HSV(B)272.37º100%59.61%-
XYZ9.154.0630.01-
YUV41.85190.17156.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 64.96%
R=35.04%
G=0%
B=64.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8201520.46100.40272.3710029.8
Hex520982E64028110641e
Octal12202305614405042014436
Binary101001001001100010111011001000101000100010000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520098; }

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

 H1.HeaderClassName
 {
   color: #520098;
 }
 .AnyTagClassName
 {
   color: #520098;
 }
</style>
background-color css

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

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

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

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

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

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