#322486

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

Shades of Persian Indigo #322486

Tints of Persian Indigo #322486

Color information

#322486 (or 0x322486) is unknown color: approx Persian Indigo. HEX triplet: 32, 24 and 86. RGB value is (50,36,134). Sum of RGB (Red+Green+Blue) = 50+36+134=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #322486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322486 is #CDDB79. Grayscale: #323232. Windows color (decimal): -13491066 or 8791090. OLE color: 8791090.

HSL color Cylindrical-coordinate representation of color #322486: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322486 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5036134-
CMYK0.630.7300.47
HSL248.57º57.65%33.33%-
HSV(B)248.57º73.13%52.55%-
XYZ6.253.6622.93-
YUV51.36174.64127.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 134 (52.73% from 255) = 60.91%
R=22.73%
G=16.36%
B=60.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50361340.630.7300.47248.5757.6533.33
Hex3224863F4902Ff93a21
Octal6244206771110573717241
Binary110010100100100001101111111001001010111111111001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322486; }

 p { color: rgb(50,36,134); }

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

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

 a { background-color: rgb(50,36,134); }

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

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

 span { border-color: rgb(50,36,134); }

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