#320772

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

Shades of Persian Indigo #320772

Tints of Persian Indigo #320772

Color information

#320772 (or 0x320772) is unknown color: approx Persian Indigo. HEX triplet: 32, 07 and 72. RGB value is (50,7,114). Sum of RGB (Red+Green+Blue) = 50+7+114=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #320772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320772 is #CDF88D. Grayscale: #1F1F1F. Windows color (decimal): -13498510 or 7472946. OLE color: 7472946.

HSL color Cylindrical-coordinate representation of color #320772: hue angle of 264.11º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320772 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB507114-
CMYK0.560.9400.55
HSL264.11º88.43%23.73%-
HSV(B)264.11º93.86%44.71%-
XYZ4.432.0416.08-
YUV32.06174.25140.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 114 (44.92% from 255) = 66.67%
R=29.24%
G=4.09%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5071140.560.9400.55264.1188.4323.73
Hex32772385E0371085818
Octal6271627013606741013030
Binary110010111111001011100010111100110111100001000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320772; }

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

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

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

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

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

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

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

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