Html Css Color HEX #521A93 Indigo

📋 copy color: '#521A93'

red 82 ◦ green 26 ◦ blue 147

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

Shades of Indigo #521A93

Tints of Indigo #521A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 32.16%
G = 10.2%
B = 57.65%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#521A93 (or 0x521A93) is known color: Indigo. HEX triplet: 52, 1A and 93. RGB value is (82,26,147). Sum of RGB (Red+Green+Blue) = 82+26+147=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #521A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A93 is #ADE56C. Grayscale: #383838. Windows color (decimal): -11396461 or 9640530. OLE color: 9640530.

HSL color Cylindrical-coordinate representation of color #521A93: hue angle of 267.77º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521A93 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 26 147 -
CMYK 0.44 0.82 0 0.42
HSL 267.77º 0.7% 0.34% -
HSV(B) 267.77º 0.82% 0.58% -
XYZ 9.12 4.64 28.02 -
YUV 56.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 82 26 147 0.44 0.82 0 0.42 267.77 0.7 0.34
Hex 52 1A 93 2C 52 0 2A 10C 46 22
Octal 122 32 223 54 122 0 52 414 106 42
Binary 1010010 11010 10010011 101100 1010010 0 101010 100001100 1000110 100010

Color Harmonies of #521A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A93

Black with #521A93

Text Example


Text Example

White with #521A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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