#320189

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

Shades of Persian Indigo #320189

Tints of Persian Indigo #320189

Color information

#320189 (or 0x320189) is unknown color: approx Persian Indigo. HEX triplet: 32, 01 and 89. RGB value is (50,1,137). Sum of RGB (Red+Green+Blue) = 50+1+137=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #320189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320189 is #CDFE76. Grayscale: #1E1E1E. Windows color (decimal): -13500023 or 8978738. OLE color: 8978738.

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

Color convert

RGB501137-
CMYK0.640.9900.46
HSL261.62º98.55%27.06%-
HSV(B)261.62º99.27%53.73%-
XYZ5.842.5123.84-
YUV31.16187.73141.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 137 (53.91% from 255) = 72.87%
R=26.60%
G=0.53%
B=72.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5011370.640.9900.46261.6298.5527.06
Hex32189406302E106631b
Octal62121110014305640614333
Binary110010110001001100000011000110101110100000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320189; }

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

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

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

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

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

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

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

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