#321396

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

Shades of Persian Indigo #321396

Tints of Persian Indigo #321396

Color information

#321396 (or 0x321396) is unknown color: approx Persian Indigo. HEX triplet: 32, 13 and 96. RGB value is (50,19,150). Sum of RGB (Red+Green+Blue) = 50+19+150=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #321396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321396 is #CDEC69. Grayscale: #2A2A2A. Windows color (decimal): -13495402 or 9835314. OLE color: 9835314.

HSL color Cylindrical-coordinate representation of color #321396: hue angle of 254.2º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321396 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5019150-
CMYK0.670.8700.41
HSL254.2º77.51%33.14%-
HSV(B)254.2º87.33%58.82%-
XYZ7.053.3529.13-
YUV43.2188.27132.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=22.83%
G=8.68%
B=68.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50191500.670.8700.41254.277.5133.14
Hex3213964357029fe4e21
Octal622322610312705137611641
Binary1100101001110010110100001110101110101001111111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321396; }

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

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

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

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

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

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

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

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