#321593

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

Shades of Persian Indigo #321593

Tints of Persian Indigo #321593

Color information

#321593 (or 0x321593) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 93. RGB value is (50,21,147). Sum of RGB (Red+Green+Blue) = 50+21+147=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #321593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321593 is #CDEA6C. Grayscale: #2B2B2B. Windows color (decimal): -13494893 or 9639218. OLE color: 9639218.

HSL color Cylindrical-coordinate representation of color #321593: hue angle of 253.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321593 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5021147-
CMYK0.660.8600.42
HSL253.81º75%32.94%-
HSV(B)253.81º85.71%57.65%-
XYZ6.853.3227.88-
YUV44.04186.11132.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 147 (57.81% from 255) = 67.43%
R=22.94%
G=9.63%
B=67.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50211470.660.8600.42253.817532.94
Hex321593425602Afe4b21
Octal622522310212605237611341
Binary1100101010110010011100001010101100101010111111101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321593; }

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

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

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

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

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

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

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

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