#320289

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

Shades of Persian Indigo #320289

Tints of Persian Indigo #320289

Color information

#320289 (or 0x320289) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 89. RGB value is (50,2,137). Sum of RGB (Red+Green+Blue) = 50+2+137=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #320289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320289 is #CDFD76. Grayscale: #1F1F1F. Windows color (decimal): -13499767 or 8978994. OLE color: 8978994.

HSL color Cylindrical-coordinate representation of color #320289: hue angle of 261.33º degrees, saturation: 0.97, 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 #320289 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB502137-
CMYK0.640.9900.46
HSL261.33º97.12%27.25%-
HSV(B)261.33º98.54%53.73%-
XYZ5.852.5323.85-
YUV31.74187.4141.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 137 (53.91% from 255) = 72.49%
R=26.46%
G=1.06%
B=72.49%

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
Decimal5021370.640.9900.46261.3397.1227.25
Hex32289406302E105611b
Octal62221110014305640514133
Binary1100101010001001100000011000110101110100000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320289; }

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

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

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

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

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

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

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

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