Html Css Color HEX #521899 Indigo

📋 copy color: '#521899'

red 82 ◦ green 24 ◦ blue 153

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

Shades of Indigo #521899

Tints of Indigo #521899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.27%

 BLUE value IS 153 (60.16% from 255) = 59.07%

R = 31.66%
G = 9.27%
B = 59.07%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#521899 (or 0x521899) is known color: Indigo. HEX triplet: 52, 18 and 99. RGB value is (82,24,153). Sum of RGB (Red+Green+Blue) = 82+24+153=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #521899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521899 is #ADE766. Grayscale: #373737. Windows color (decimal): -11396967 or 10033234. OLE color: 10033234.

HSL color Cylindrical-coordinate representation of color #521899: hue angle of 266.98º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521899 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 24 153 -
CMYK 0.46 0.84 0 0.4
HSL 266.98º 0.73% 0.35% -
HSV(B) 266.98º 0.84% 0.6% -
XYZ 9.56 4.75 30.55 -
YUV 56.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 82 24 153 0.46 0.84 0 0.4 266.98 0.73 0.35
Hex 52 18 99 2E 54 0 28 10B 49 23
Octal 122 30 231 56 124 0 50 413 111 43
Binary 1010010 11000 10011001 101110 1010100 0 101000 100001011 1001001 100011

Color Harmonies of #521899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521899

Black with #521899

Text Example


Text Example

White with #521899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521899; }

 p { color: rgb(82,24,153); }

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

background-color css

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

 a { background-color: rgb(82,24,153); }

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

border-color css

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

 span { border-color: rgb(82,24,153); }

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