#321771

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

Shades of Persian Indigo #321771

Tints of Persian Indigo #321771

Color information

#321771 (or 0x321771) is unknown color: approx Persian Indigo. HEX triplet: 32, 17 and 71. RGB value is (50,23,113). Sum of RGB (Red+Green+Blue) = 50+23+113=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #321771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321771 is #CDE88E. Grayscale: #292929. Windows color (decimal): -13494415 or 7411506. OLE color: 7411506.

HSL color Cylindrical-coordinate representation of color #321771: hue angle of 258º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321771 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5023113-
CMYK0.560.8000.56
HSL258º66.18%26.67%-
HSV(B)258º79.65%44.31%-
XYZ4.62.4815.86-
YUV41.33168.45134.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 113 (44.53% from 255) = 60.75%
R=26.88%
G=12.37%
B=60.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50231130.560.8000.5625866.1826.67
Hex3217713850038102421b
Octal62271617012007040210233
Binary11001010111111000111100010100000111000100000010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321771; }

 p { color: rgb(50,23,113); }

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

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

 a { background-color: rgb(50,23,113); }

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

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

 span { border-color: rgb(50,23,113); }

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