#321E77

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

Shades of Persian Indigo #321E77

Tints of Persian Indigo #321E77

Color information

#321E77 (or 0x321E77) is unknown color: approx Persian Indigo. HEX triplet: 32, 1E and 77. RGB value is (50,30,119). Sum of RGB (Red+Green+Blue) = 50+30+119=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #321E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E77 is #CDE188. Grayscale: #2D2D2D. Windows color (decimal): -13492617 or 7806514. OLE color: 7806514.

HSL color Cylindrical-coordinate representation of color #321E77: hue angle of 253.48º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321E77 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5030119-
CMYK0.580.7500.53
HSL253.48º59.73%29.22%-
HSV(B)253.48º74.79%46.67%-
XYZ5.112.9417.75-
YUV46.13169.13130.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=25.13%
G=15.08%
B=59.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50301190.580.7500.53253.4859.7329.22
Hex321E773A4B035fd3c1d
Octal6236167721130653757435
Binary110010111101110111111010100101101101011111110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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