#521893

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

Shades of Indigo #521893

Tints of Indigo #521893

Color information

#521893 (or 0x521893) is unknown color: approx Indigo. HEX triplet: 52, 18 and 93. RGB value is (82,24,147). Sum of RGB (Red+Green+Blue) = 82+24+147=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #521893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521893 is #ADE76C. Grayscale: #363636. Windows color (decimal): -11396973 or 9640018. OLE color: 9640018.

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

Color convert

RGB8224147-
CMYK0.440.8400.42
HSL268.29º71.93%33.53%-
HSV(B)268.29º83.67%57.65%-
XYZ9.074.5528-
YUV55.36179.72147-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=32.41%
G=9.49%
B=58.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82241470.440.8400.42268.2971.9333.53
Hex5218932C5402A10c4822
Octal122302235412405241411042
Binary10100101100010010011101100101010001010101000011001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521893; }

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

 H1.HeaderClassName
 {
   color: #521893;
 }
 .AnyTagClassName
 {
   color: #521893;
 }
</style>
background-color css

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

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

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

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

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

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