#321493

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

Shades of Persian Indigo #321493

Tints of Persian Indigo #321493

Color information

#321493 (or 0x321493) is unknown color: approx Persian Indigo. HEX triplet: 32, 14 and 93. RGB value is (50,20,147). Sum of RGB (Red+Green+Blue) = 50+20+147=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #321493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321493 is #CDEB6C. Grayscale: #2A2A2A. Windows color (decimal): -13495149 or 9638962. OLE color: 9638962.

HSL color Cylindrical-coordinate representation of color #321493: hue angle of 254.17º degrees, saturation: 0.76, 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 #321493 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5020147-
CMYK0.660.8600.42
HSL254.17º76.05%32.75%-
HSV(B)254.17º86.39%57.65%-
XYZ6.833.2927.88-
YUV43.45186.44132.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 147 (57.81% from 255) = 67.74%
R=23.04%
G=9.22%
B=67.74%

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
Decimal50201470.660.8600.42254.1776.0532.75
Hex321493425602Afe4c21
Octal622422310212605237611441
Binary1100101010010010011100001010101100101010111111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321493; }

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

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

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

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

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

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

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

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