#321F93

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

Shades of Persian Indigo #321F93

Tints of Persian Indigo #321F93

Color information

#321F93 (or 0x321F93) is unknown color: approx Persian Indigo. HEX triplet: 32, 1F and 93. RGB value is (50,31,147). Sum of RGB (Red+Green+Blue) = 50+31+147=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #321F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321F93 is #CDE06C. Grayscale: #313131. Windows color (decimal): -13492333 or 9641778. OLE color: 9641778.

HSL color Cylindrical-coordinate representation of color #321F93: hue angle of 249.83º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321F93 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5031147-
CMYK0.660.7900.42
HSL249.83º65.17%34.9%-
HSV(B)249.83º78.91%57.65%-
XYZ7.073.7627.96-
YUV49.9182.79128.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 147 (57.81% from 255) = 64.47%
R=21.93%
G=13.60%
B=64.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50311470.660.7900.42249.8365.1734.9
Hex321F93424F02Afa4123
Octal623722310211705237210143
Binary1100101111110010011100001010011110101010111110101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,31,147); }

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

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

 a { background-color: rgb(50,31,147); }

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

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

 span { border-color: rgb(50,31,147); }

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