#321291

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

Shades of Persian Indigo #321291

Tints of Persian Indigo #321291

Color information

#321291 (or 0x321291) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 91. RGB value is (50,18,145). Sum of RGB (Red+Green+Blue) = 50+18+145=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #321291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321291 is #CDED6E. Grayscale: #292929. Windows color (decimal): -13495663 or 9507378. OLE color: 9507378.

HSL color Cylindrical-coordinate representation of color #321291: hue angle of 255.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321291 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5018145-
CMYK0.660.8800.43
HSL255.12º77.91%31.96%-
HSV(B)255.12º87.59%56.86%-
XYZ6.643.1627.05-
YUV42.05186.1133.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 145 (57.03% from 255) = 68.08%
R=23.47%
G=8.45%
B=68.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50181450.660.8800.43255.1277.9131.96
Hex321291425802Bff4e20
Octal622222110213005337711640
Binary1100101001010010001100001010110000101011111111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321291; }

 p { color: rgb(50,18,145); }

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

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

 a { background-color: rgb(50,18,145); }

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

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

 span { border-color: rgb(50,18,145); }

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