#322084

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

Shades of Persian Indigo #322084

Tints of Persian Indigo #322084

Color information

#322084 (or 0x322084) is unknown color: approx Persian Indigo. HEX triplet: 32, 20 and 84. RGB value is (50,32,132). Sum of RGB (Red+Green+Blue) = 50+32+132=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #322084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322084 is #CDDF7B. Grayscale: #303030. Windows color (decimal): -13492092 or 8658994. OLE color: 8658994.

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

Color convert

RGB5032132-
CMYK0.620.7600.48
HSL250.8º60.98%32.16%-
HSV(B)250.8º75.76%51.76%-
XYZ63.3822.17-
YUV48.78174.96128.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 132 (51.95% from 255) = 61.68%
R=23.36%
G=14.95%
B=61.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50321320.620.7600.48250.860.9832.16
Hex3220843E4C030fb3d20
Octal6240204761140603737540
Binary110010100000100001001111101001100011000011111011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322084; }

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

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

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

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

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

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

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

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