#320B7A

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

Shades of Persian Indigo #320B7A

Tints of Persian Indigo #320B7A

Color information

#320B7A (or 0x320B7A) is unknown color: approx Persian Indigo. HEX triplet: 32, 0B and 7A. RGB value is (50,11,122). Sum of RGB (Red+Green+Blue) = 50+11+122=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #320B7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B7A is #CDF485. Grayscale: #222222. Windows color (decimal): -13497478 or 7998258. OLE color: 7998258.

HSL color Cylindrical-coordinate representation of color #320B7A: hue angle of 261.08º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320B7A is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5011122-
CMYK0.590.9100.52
HSL261.08º83.46%26.08%-
HSV(B)261.08º90.98%47.84%-
XYZ4.952.3218.6-
YUV35.32176.92138.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 11 (4.69% from 255) = 6.01%
BLUE value IS 122 (48.05% from 255) = 66.67%
R=27.32%
G=6.01%
B=66.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50111220.590.9100.52261.0883.4626.08
Hex32B7A3B5B034105531a
Octal62131727313306440512332
Binary1100101011111101011101110110110110100100000101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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