Html Css Color HEX #521A99 Indigo

📋 copy color: '#521A99'

red 82 ◦ green 26 ◦ blue 153

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

Shades of Indigo #521A99

Tints of Indigo #521A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.96%

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

R = 31.42%
G = 9.96%
B = 58.62%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#521A99 (or 0x521A99) is known color: Indigo. HEX triplet: 52, 1A and 99. RGB value is (82,26,153). Sum of RGB (Red+Green+Blue) = 82+26+153=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #521A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A99 is #ADE566. Grayscale: #383838. Windows color (decimal): -11396455 or 10033746. OLE color: 10033746.

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

Color convert

RGB 82 26 153 -
CMYK 0.46 0.83 0 0.4
HSL 266.46º 0.71% 0.35% -
HSV(B) 266.46º 0.83% 0.6% -
XYZ 9.6 4.83 30.56 -
YUV 57.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 82 26 153 0.46 0.83 0 0.4 266.46 0.71 0.35
Hex 52 1A 99 2E 53 0 28 10A 47 23
Octal 122 32 231 56 123 0 50 412 107 43
Binary 1010010 11010 10011001 101110 1010011 0 101000 100001010 1000111 100011

Color Harmonies of #521A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A99

Black with #521A99

Text Example


Text Example

White with #521A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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