#320F7B

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

Shades of Persian Indigo #320F7B

Tints of Persian Indigo #320F7B

Color information

#320F7B (or 0x320F7B) is unknown color: approx Persian Indigo. HEX triplet: 32, 0F and 7B. RGB value is (50,15,123). Sum of RGB (Red+Green+Blue) = 50+15+123=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #320F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F7B is #CDF084. Grayscale: #252525. Windows color (decimal): -13496453 or 8064818. OLE color: 8064818.

HSL color Cylindrical-coordinate representation of color #320F7B: hue angle of 259.44º 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 #320F7B is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5015123-
CMYK0.590.8800.52
HSL259.44º78.26%27.06%-
HSV(B)259.44º87.8%48.24%-
XYZ5.062.4518.94-
YUV37.78176.1136.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 123 (48.44% from 255) = 65.43%
R=26.60%
G=7.98%
B=65.43%

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
Decimal50151230.590.8800.52259.4478.2627.06
Hex32F7B3B580341034e1b
Octal62171737313006440311633
Binary1100101111111101111101110110000110100100000011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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