#320776

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

Shades of Persian Indigo #320776

Tints of Persian Indigo #320776

Color information

#320776 (or 0x320776) is unknown color: approx Persian Indigo. HEX triplet: 32, 07 and 76. RGB value is (50,7,118). Sum of RGB (Red+Green+Blue) = 50+7+118=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #320776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320776 is #CDF889. Grayscale: #202020. Windows color (decimal): -13498506 or 7735090. OLE color: 7735090.

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

Color convert

RGB507118-
CMYK0.580.9400.54
HSL263.24º88.8%24.51%-
HSV(B)263.24º94.07%46.27%-
XYZ4.662.1417.31-
YUV32.51176.25140.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 118 (46.48% from 255) = 67.43%
R=28.57%
G=4%
B=67.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5071180.580.9400.54263.2488.824.51
Hex327763A5E0361075919
Octal6271667213606640713131
Binary110010111111011011101010111100110110100000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320776; }

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

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

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

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

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

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

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

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