#321A84

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

Shades of Persian Indigo #321A84

Tints of Persian Indigo #321A84

Color information

#321A84 (or 0x321A84) is unknown color: approx Persian Indigo. HEX triplet: 32, 1A and 84. RGB value is (50,26,132). Sum of RGB (Red+Green+Blue) = 50+26+132=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #321A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A84 is #CDE57B. Grayscale: #2C2C2C. Windows color (decimal): -13493628 or 8657458. OLE color: 8657458.

HSL color Cylindrical-coordinate representation of color #321A84: hue angle of 253.58º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321A84 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5026132-
CMYK0.620.8000.48
HSL253.58º67.09%30.98%-
HSV(B)253.58º80.3%51.76%-
XYZ5.853.0822.12-
YUV45.26176.95131.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 26 (10.55% from 255) = 12.5%
BLUE value IS 132 (51.95% from 255) = 63.46%
R=24.04%
G=12.5%
B=63.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50261320.620.8000.48253.5867.0930.98
Hex321A843E50030fe431f
Octal62322047612006037610337
Binary11001011010100001001111101010000011000011111110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321A84; }

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

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

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

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

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

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

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

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