#521185

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

Shades of Indigo #521185

Tints of Indigo #521185

Color information

#521185 (or 0x521185) is unknown color: approx Indigo. HEX triplet: 52, 11 and 85. RGB value is (82,17,133). Sum of RGB (Red+Green+Blue) = 82+17+133=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #521185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521185 is #ADEE7A. Grayscale: #313131. Windows color (decimal): -11398779 or 8720722. OLE color: 8720722.

HSL color Cylindrical-coordinate representation of color #521185: hue angle of 273.62º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521185 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8217133-
CMYK0.380.8700.48
HSL273.62º77.33%29.41%-
HSV(B)273.62º87.22%52.16%-
XYZ7.913.8922.52-
YUV49.66175.03151.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 17 (7.03% from 255) = 7.33%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=35.34%
G=7.33%
B=57.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82171330.380.8700.48273.6277.3329.41
Hex52118526570301124d1d
Octal122212054612706042211535
Binary1010010100011000010110011010101110110000100010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521185; }

 p { color: rgb(82,17,133); }

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

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

 a { background-color: rgb(82,17,133); }

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

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

 span { border-color: rgb(82,17,133); }

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