#320989

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

Shades of Persian Indigo #320989

Tints of Persian Indigo #320989

Color information

#320989 (or 0x320989) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 89. RGB value is (50,9,137). Sum of RGB (Red+Green+Blue) = 50+9+137=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #320989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320989 is #CDF676. Grayscale: #232323. Windows color (decimal): -13497975 or 8980786. OLE color: 8980786.

HSL color Cylindrical-coordinate representation of color #320989: hue angle of 259.22º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320989 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB509137-
CMYK0.640.9300.46
HSL259.22º87.67%28.63%-
HSV(B)259.22º93.43%53.73%-
XYZ5.932.6823.87-
YUV35.85185.08138.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 137 (53.91% from 255) = 69.90%
R=25.51%
G=4.59%
B=69.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5091370.640.9300.46259.2287.6728.63
Hex32989405D02E103581d
Octal621121110013505640313035
Binary110010100110001001100000010111010101110100000011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320989; }

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

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

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

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

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

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

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

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