#320F7A

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

Shades of Persian Indigo #320F7A

Tints of Persian Indigo #320F7A

Color information

#320F7A (or 0x320F7A) is unknown color: approx Persian Indigo. HEX triplet: 32, 0F and 7A. RGB value is (50,15,122). Sum of RGB (Red+Green+Blue) = 50+15+122=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #320F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F7A is #CDF085. Grayscale: #252525. Windows color (decimal): -13496454 or 7999282. OLE color: 7999282.

HSL color Cylindrical-coordinate representation of color #320F7A: hue angle of 259.63º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320F7A is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5015122-
CMYK0.590.8800.52
HSL259.63º78.1%26.86%-
HSV(B)259.63º87.7%47.84%-
XYZ52.4218.62-
YUV37.66175.6136.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 122 (48.05% from 255) = 65.24%
R=26.74%
G=8.02%
B=65.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50151220.590.8800.52259.6378.126.86
Hex32F7A3B580341044e1b
Octal62171727313006440411633
Binary1100101111111101011101110110000110100100000100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320F7A; }

 p { color: rgb(50,15,122); }

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

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

 a { background-color: rgb(50,15,122); }

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

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

 span { border-color: rgb(50,15,122); }

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