#320FA0

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

Shades of Persian Indigo #320FA0

Tints of Persian Indigo #320FA0

Color information

#320FA0 (or 0x320FA0) is unknown color: approx Persian Indigo. HEX triplet: 32, 0F and A0. RGB value is (50,15,160). Sum of RGB (Red+Green+Blue) = 50+15+160=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 160 (62.89% from 255 or 71.11% from 225); Max value from RGB is 160 - color contains mainly: blue. Hex color #320FA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320FA0 is #CDF05F. Grayscale: #292929. Windows color (decimal): -13496416 or 10489650. OLE color: 10489650.

HSL color Cylindrical-coordinate representation of color #320FA0: hue angle of 254.48º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320FA0 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5015160-
CMYK0.690.9100.37
HSL254.48º82.86%34.31%-
HSV(B)254.48º90.62%62.75%-
XYZ7.833.5633.53-
YUV42194.6133.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 160 (62.89% from 255) = 71.11%
R=22.22%
G=6.67%
B=71.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50151600.690.9100.37254.4882.8634.31
Hex32FA0455B025fe5322
Octal621724010513304537612342
Binary110010111110100000100010110110110100101111111101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320FA0; }

 p { color: rgb(50,15,160); }

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

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

 a { background-color: rgb(50,15,160); }

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

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

 span { border-color: rgb(50,15,160); }

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