#320B75

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

Shades of Persian Indigo #320B75

Tints of Persian Indigo #320B75

Color information

#320B75 (or 0x320B75) is unknown color: approx Persian Indigo. HEX triplet: 32, 0B and 75. RGB value is (50,11,117). Sum of RGB (Red+Green+Blue) = 50+11+117=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #320B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B75 is #CDF48A. Grayscale: #222222. Windows color (decimal): -13497483 or 7670578. OLE color: 7670578.

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

Color convert

RGB5011117-
CMYK0.570.9100.54
HSL262.08º82.81%25.1%-
HSV(B)262.08º90.6%45.88%-
XYZ4.652.217.01-
YUV34.75174.42138.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 11 (4.69% from 255) = 6.18%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=28.09%
G=6.18%
B=65.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50111170.570.9100.54262.0882.8125.1
Hex32B75395B0361065319
Octal62131657113306640612331
Binary1100101011111010111100110110110110110100000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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