#320488

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

Shades of Persian Indigo #320488

Tints of Persian Indigo #320488

Color information

#320488 (or 0x320488) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 88. RGB value is (50,4,136). Sum of RGB (Red+Green+Blue) = 50+4+136=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #320488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320488 is #CDFB77. Grayscale: #202020. Windows color (decimal): -13499256 or 8913970. OLE color: 8913970.

HSL color Cylindrical-coordinate representation of color #320488: hue angle of 260.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320488 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB504136-
CMYK0.630.9700.47
HSL260.91º94.29%27.45%-
HSV(B)260.91º97.06%53.33%-
XYZ5.82.5423.48-
YUV32.8186.24140.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 136 (53.52% from 255) = 71.58%
R=26.32%
G=2.11%
B=71.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5041360.630.9700.47260.9194.2927.45
Hex324883F6102F1055e1b
Octal6242107714105740513633
Binary1100101001000100011111111000010101111100000101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320488; }

 p { color: rgb(50,4,136); }

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

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

 a { background-color: rgb(50,4,136); }

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

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

 span { border-color: rgb(50,4,136); }

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