#320D76

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

Shades of Persian Indigo #320D76

Tints of Persian Indigo #320D76

Color information

#320D76 (or 0x320D76) is unknown color: approx Persian Indigo. HEX triplet: 32, 0D and 76. RGB value is (50,13,118). Sum of RGB (Red+Green+Blue) = 50+13+118=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #320D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320D76 is #CDF289. Grayscale: #232323. Windows color (decimal): -13496970 or 7736626. OLE color: 7736626.

HSL color Cylindrical-coordinate representation of color #320D76: hue angle of 261.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320D76 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5013118-
CMYK0.580.8900.54
HSL261.14º80.15%25.69%-
HSV(B)261.14º88.98%46.27%-
XYZ4.732.2717.33-
YUV36.03174.26137.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 118 (46.48% from 255) = 65.19%
R=27.62%
G=7.18%
B=65.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50131180.580.8900.54261.1480.1525.69
Hex32D763A59036105501a
Octal62151667213106640512032
Binary1100101101111011011101010110010110110100000101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,13,118); }

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

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

 a { background-color: rgb(50,13,118); }

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

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

 span { border-color: rgb(50,13,118); }

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