#322182

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

Shades of Persian Indigo #322182

Tints of Persian Indigo #322182

Color information

#322182 (or 0x322182) is unknown color: approx Persian Indigo. HEX triplet: 32, 21 and 82. RGB value is (50,33,130). Sum of RGB (Red+Green+Blue) = 50+33+130=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #322182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322182 is #CDDE7D. Grayscale: #303030. Windows color (decimal): -13491838 or 8528178. OLE color: 8528178.

HSL color Cylindrical-coordinate representation of color #322182: hue angle of 250.52º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322182 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5033130-
CMYK0.620.7500.49
HSL250.52º59.51%31.96%-
HSV(B)250.52º74.62%50.98%-
XYZ5.893.3821.46-
YUV49.14173.63128.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 130 (51.17% from 255) = 61.03%
R=23.47%
G=15.49%
B=61.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50331300.620.7500.49250.5259.5131.96
Hex3221823E4B031fb3c20
Octal6241202761130613737440
Binary110010100001100000101111101001011011000111111011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322182; }

 p { color: rgb(50,33,130); }

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

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

 a { background-color: rgb(50,33,130); }

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

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

 span { border-color: rgb(50,33,130); }

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