#320C77

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

Shades of Persian Indigo #320C77

Tints of Persian Indigo #320C77

Color information

#320C77 (or 0x320C77) is unknown color: approx Persian Indigo. HEX triplet: 32, 0C and 77. RGB value is (50,12,119). Sum of RGB (Red+Green+Blue) = 50+12+119=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #320C77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C77 is #CDF388. Grayscale: #232323. Windows color (decimal): -13497225 or 7801906. OLE color: 7801906.

HSL color Cylindrical-coordinate representation of color #320C77: hue angle of 261.31º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320C77 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5012119-
CMYK0.580.9000.53
HSL261.31º81.68%25.69%-
HSV(B)261.31º89.92%46.67%-
XYZ4.782.2717.64-
YUV35.56175.09138.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 119 (46.88% from 255) = 65.75%
R=27.62%
G=6.63%
B=65.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121190.580.9000.53261.3181.6825.69
Hex32C773A5A035105521a
Octal62141677213206540512232
Binary1100101100111011111101010110100110101100000101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,12,119); }

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

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

 a { background-color: rgb(50,12,119); }

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

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

 span { border-color: rgb(50,12,119); }

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