#521A93

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

Shades of Indigo #521A93

Tints of Indigo #521A93

Color information

#521A93 (or 0x521A93) is unknown color: approx 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

RGB8226147-
CMYK0.440.8200.42
HSL267.77º69.94%33.92%-
HSV(B)267.77º82.31%57.65%-
XYZ9.124.6428.02-
YUV56.54179.05146.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=32.16%
G=10.20%
B=57.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82261470.440.8200.42267.7769.9433.92
Hex521A932C5202A10c4622
Octal122322235412205241410642
Binary10100101101010010011101100101001001010101000011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>