Html Css Color HEX #521598 Indigo

📋 copy color: '#521598'

red 82 ◦ green 21 ◦ blue 152

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

Shades of Indigo #521598

Tints of Indigo #521598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 32.16%
G = 8.24%
B = 59.61%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#521598 (or 0x521598) is known color: Indigo. HEX triplet: 52, 15 and 98. RGB value is (82,21,152). Sum of RGB (Red+Green+Blue) = 82+21+152=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #521598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521598 is #ADEA67. Grayscale: #353535. Windows color (decimal): -11397736 or 9966930. OLE color: 9966930.

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

Color convert

RGB 82 21 152 -
CMYK 0.46 0.86 0 0.40
HSL 267.94º 0.76% 0.34% -
HSV(B) 267.94º 0.86% 0.6% -
XYZ 9.42 4.6 30.1 -
YUV 54.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 82 21 152 0.46 0.86 0 0.40 267.94 0.76 0.34
Hex 52 15 98 2E 56 0 28 10C 4C 22
Octal 122 25 230 56 126 0 50 414 114 42
Binary 1010010 10101 10011000 101110 1010110 0 101000 100001100 1001100 100010

Color Harmonies of #521598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521598

Black with #521598

Text Example


Text Example

White with #521598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521598; }

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

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

background-color css

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

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

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

border-color css

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

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

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