#321E81

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

Shades of Persian Indigo #321E81

Tints of Persian Indigo #321E81

Color information

#321E81 (or 0x321E81) is unknown color: approx Persian Indigo. HEX triplet: 32, 1E and 81. RGB value is (50,30,129). Sum of RGB (Red+Green+Blue) = 50+30+129=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #321E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321E81 is #CDE17E. Grayscale: #2E2E2E. Windows color (decimal): -13492607 or 8461874. OLE color: 8461874.

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

Color convert

RGB5030129-
CMYK0.610.7700.49
HSL252.12º62.26%31.18%-
HSV(B)252.12º76.74%50.59%-
XYZ5.743.1921.08-
YUV47.27174.13129.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 129 (50.78% from 255) = 61.72%
R=23.92%
G=14.35%
B=61.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50301290.610.7700.49252.1262.2631.18
Hex321E813D4D031fc3e1f
Octal6236201751150613747637
Binary1100101111010000001111101100110101100011111110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,30,129); }

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

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

 a { background-color: rgb(50,30,129); }

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

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

 span { border-color: rgb(50,30,129); }

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