#320787

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

Shades of Persian Indigo #320787

Tints of Persian Indigo #320787

Color information

#320787 (or 0x320787) is unknown color: approx Persian Indigo. HEX triplet: 32, 07 and 87. RGB value is (50,7,135). Sum of RGB (Red+Green+Blue) = 50+7+135=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #320787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320787 is #CDF878. Grayscale: #212121. Windows color (decimal): -13498489 or 8849202. OLE color: 8849202.

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

Color convert

RGB507135-
CMYK0.630.9500.47
HSL260.16º90.14%27.84%-
HSV(B)260.16º94.81%52.94%-
XYZ5.762.5823.12-
YUV34.45184.75139.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 7 (3.12% from 255) = 3.65%
BLUE value IS 135 (53.12% from 255) = 70.31%
R=26.04%
G=3.65%
B=70.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5071350.630.9500.47260.1690.1427.84
Hex327873F5F02F1045a1c
Octal6272077713705740413234
Binary1100101111000011111111110111110101111100000100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320787; }

 p { color: rgb(50,7,135); }

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

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

 a { background-color: rgb(50,7,135); }

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

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

 span { border-color: rgb(50,7,135); }

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