#320990

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

Shades of Persian Indigo #320990

Tints of Persian Indigo #320990

Color information

#320990 (or 0x320990) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 90. RGB value is (50,9,144). Sum of RGB (Red+Green+Blue) = 50+9+144=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #320990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320990 is #CDF66F. Grayscale: #242424. Windows color (decimal): -13497968 or 9439538. OLE color: 9439538.

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

Color convert

RGB509144-
CMYK0.650.9400.44
HSL258.22º88.24%30%-
HSV(B)258.22º93.75%56.47%-
XYZ6.452.8926.6-
YUV36.65188.58137.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 144 (56.64% from 255) = 70.94%
R=24.63%
G=4.43%
B=70.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5091440.650.9400.44258.2288.2430
Hex32990415E02C102581e
Octal621122010113605440213036
Binary110010100110010000100000110111100101100100000010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320990; }

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

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

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

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

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

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

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

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