#320B72

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

Shades of Persian Indigo #320B72

Tints of Persian Indigo #320B72

Color information

#320B72 (or 0x320B72) is unknown color: approx Persian Indigo. HEX triplet: 32, 0B and 72. RGB value is (50,11,114). Sum of RGB (Red+Green+Blue) = 50+11+114=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #320B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B72 is #CDF48D. Grayscale: #222222. Windows color (decimal): -13497486 or 7473970. OLE color: 7473970.

HSL color Cylindrical-coordinate representation of color #320B72: hue angle of 262.72º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320B72 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5011114-
CMYK0.560.9000.55
HSL262.72º82.4%24.51%-
HSV(B)262.72º90.35%44.71%-
XYZ4.472.1316.1-
YUV34.4172.92139.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 11 (4.69% from 255) = 6.29%
BLUE value IS 114 (44.92% from 255) = 65.14%
R=28.57%
G=6.29%
B=65.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50111140.560.9000.55262.7282.424.51
Hex32B72385A0371075219
Octal62131627013206740712231
Binary1100101011111001011100010110100110111100000111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,11,114); }

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

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

 a { background-color: rgb(50,11,114); }

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

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

 span { border-color: rgb(50,11,114); }

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