#322184

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

Shades of Persian Indigo #322184

Tints of Persian Indigo #322184

Color information

#322184 (or 0x322184) is unknown color: approx Persian Indigo. HEX triplet: 32, 21 and 84. RGB value is (50,33,132). Sum of RGB (Red+Green+Blue) = 50+33+132=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #322184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322184 is #CDDE7B. Grayscale: #303030. Windows color (decimal): -13491836 or 8659250. OLE color: 8659250.

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

Color convert

RGB5033132-
CMYK0.620.7500.48
HSL250.3º60%32.35%-
HSV(B)250.3º75%51.76%-
XYZ6.023.4322.17-
YUV49.37174.63128.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 132 (51.95% from 255) = 61.40%
R=23.26%
G=15.35%
B=61.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50331320.620.7500.48250.36032.35
Hex3221843E4B030fa3c20
Octal6241204761130603727440
Binary110010100001100001001111101001011011000011111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322184; }

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

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

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

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

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

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

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

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