#321372

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

Shades of Persian Indigo #321372

Tints of Persian Indigo #321372

Color information

#321372 (or 0x321372) is unknown color: approx Persian Indigo. HEX triplet: 32, 13 and 72. RGB value is (50,19,114). Sum of RGB (Red+Green+Blue) = 50+19+114=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #321372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321372 is #CDEC8D. Grayscale: #262626. Windows color (decimal): -13495438 or 7476018. OLE color: 7476018.

HSL color Cylindrical-coordinate representation of color #321372: hue angle of 259.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321372 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5019114-
CMYK0.560.8300.55
HSL259.58º71.43%26.08%-
HSV(B)259.58º83.33%44.71%-
XYZ4.592.3616.13-
YUV39.1170.27135.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=27.32%
G=10.38%
B=62.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50191140.560.8300.55259.5871.4326.08
Hex3213723853037104471a
Octal62231627012306740410732
Binary11001010011111001011100010100110110111100000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321372; }

 p { color: rgb(50,19,114); }

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

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

 a { background-color: rgb(50,19,114); }

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

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

 span { border-color: rgb(50,19,114); }

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