#320790

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

Shades of Persian Indigo #320790

Tints of Persian Indigo #320790

Color information

#320790 (or 0x320790) is unknown color: approx Persian Indigo. HEX triplet: 32, 07 and 90. RGB value is (50,7,144). Sum of RGB (Red+Green+Blue) = 50+7+144=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #320790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320790 is #CDF86F. Grayscale: #222222. Windows color (decimal): -13498480 or 9439026. OLE color: 9439026.

HSL color Cylindrical-coordinate representation of color #320790: hue angle of 258.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320790 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB507144-
CMYK0.650.9500.44
HSL258.83º90.73%29.61%-
HSV(B)258.83º95.14%56.47%-
XYZ6.432.8426.6-
YUV35.47189.25138.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 144 (56.64% from 255) = 71.64%
R=24.88%
G=3.48%
B=71.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5071440.650.9500.44258.8390.7329.61
Hex32790415F02C1035b1e
Octal62722010113705440313336
Binary11001011110010000100000110111110101100100000011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320790; }

 p { color: rgb(50,7,144); }

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

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

 a { background-color: rgb(50,7,144); }

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

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

 span { border-color: rgb(50,7,144); }

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