#321F73

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

Shades of Persian Indigo #321F73

Tints of Persian Indigo #321F73

Color information

#321F73 (or 0x321F73) is unknown color: approx Persian Indigo. HEX triplet: 32, 1F and 73. RGB value is (50,31,115). Sum of RGB (Red+Green+Blue) = 50+31+115=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #321F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F73 is #CDE08C. Grayscale: #2D2D2D. Windows color (decimal): -13492365 or 7544626. OLE color: 7544626.

HSL color Cylindrical-coordinate representation of color #321F73: hue angle of 253.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321F73 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5031115-
CMYK0.570.7300.55
HSL253.57º57.53%28.63%-
HSV(B)253.57º73.04%45.1%-
XYZ4.92.916.52-
YUV46.26166.79130.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 31 (12.5% from 255) = 15.82%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=25.51%
G=15.82%
B=58.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50311150.570.7300.55253.5757.5328.63
Hex321F733949037fe3a1d
Octal6237163711110673767235
Binary110010111111110011111001100100101101111111111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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