#321B83

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

Shades of Persian Indigo #321B83

Tints of Persian Indigo #321B83

Color information

#321B83 (or 0x321B83) is unknown color: approx Persian Indigo. HEX triplet: 32, 1B and 83. RGB value is (50,27,131). Sum of RGB (Red+Green+Blue) = 50+27+131=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #321B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321B83 is #CDE47C. Grayscale: #2D2D2D. Windows color (decimal): -13493373 or 8592178. OLE color: 8592178.

HSL color Cylindrical-coordinate representation of color #321B83: hue angle of 253.27º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321B83 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5027131-
CMYK0.620.7900.49
HSL253.27º65.82%30.98%-
HSV(B)253.27º79.39%51.37%-
XYZ5.83.121.77-
YUV45.73176.12131.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 131 (51.56% from 255) = 62.98%
R=24.04%
G=12.98%
B=62.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50271310.620.7900.49253.2765.8230.98
Hex321B833E4F031fd421f
Octal62332037611706137510237
Binary11001011011100000111111101001111011000111111101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,27,131); }

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

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

 a { background-color: rgb(50,27,131); }

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

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

 span { border-color: rgb(50,27,131); }

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