#521892

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

Shades of Indigo #521892

Tints of Indigo #521892

Color information

#521892 (or 0x521892) is unknown color: approx Indigo. HEX triplet: 52, 18 and 92. RGB value is (82,24,146). Sum of RGB (Red+Green+Blue) = 82+24+146=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #521892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521892 is #ADE76D. Grayscale: #363636. Windows color (decimal): -11396974 or 9574482. OLE color: 9574482.

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

Color convert

RGB8224146-
CMYK0.440.8400.43
HSL268.52º71.76%33.33%-
HSV(B)268.52º83.56%57.25%-
XYZ8.994.5227.59-
YUV55.25179.22147.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 146 (57.42% from 255) = 57.94%
R=32.54%
G=9.52%
B=57.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82241460.440.8400.43268.5271.7633.33
Hex5218922C5402B10d4821
Octal122302225412405341511041
Binary10100101100010010010101100101010001010111000011011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521892; }

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

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

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

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

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

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

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

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