#321392

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

Shades of Persian Indigo #321392

Tints of Persian Indigo #321392

Color information

#321392 (or 0x321392) is unknown color: approx Persian Indigo. HEX triplet: 32, 13 and 92. RGB value is (50,19,146). Sum of RGB (Red+Green+Blue) = 50+19+146=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #321392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321392 is #CDEC6D. Grayscale: #2A2A2A. Windows color (decimal): -13495406 or 9573170. OLE color: 9573170.

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

Color convert

RGB5019146-
CMYK0.660.8700.43
HSL254.65º76.97%32.35%-
HSV(B)254.65º86.99%57.25%-
XYZ6.743.2227.46-
YUV42.75186.27133.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 146 (57.42% from 255) = 67.91%
R=23.26%
G=8.84%
B=67.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50191460.660.8700.43254.6576.9732.35
Hex321392425702Bff4d20
Octal622322210212705337711540
Binary1100101001110010010100001010101110101011111111111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321392; }

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

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

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

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

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

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

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

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