#320B77

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

Shades of Persian Indigo #320B77

Tints of Persian Indigo #320B77

Color information

#320B77 (or 0x320B77) is unknown color: approx Persian Indigo. HEX triplet: 32, 0B and 77. RGB value is (50,11,119). Sum of RGB (Red+Green+Blue) = 50+11+119=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #320B77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B77 is #CDF488. Grayscale: #222222. Windows color (decimal): -13497481 or 7801650. OLE color: 7801650.

HSL color Cylindrical-coordinate representation of color #320B77: hue angle of 261.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320B77 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5011119-
CMYK0.580.9100.53
HSL261.67º83.08%25.49%-
HSV(B)261.67º90.76%46.67%-
XYZ4.762.2517.64-
YUV34.97175.42138.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 119 (46.88% from 255) = 66.11%
R=27.78%
G=6.11%
B=66.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50111190.580.9100.53261.6783.0825.49
Hex32B773A5B0351065319
Octal62131677213306540612331
Binary1100101011111011111101010110110110101100000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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