#320A69

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

Shades of Persian Indigo #320A69

Tints of Persian Indigo #320A69

Color information

#320A69 (or 0x320A69) is unknown color: approx Persian Indigo. HEX triplet: 32, 0A and 69. RGB value is (50,10,105). Sum of RGB (Red+Green+Blue) = 50+10+105=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #320A69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320A69 is #CDF596. Grayscale: #202020. Windows color (decimal): -13497751 or 6883890. OLE color: 6883890.

HSL color Cylindrical-coordinate representation of color #320A69: hue angle of 265.26º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320A69 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5010105-
CMYK0.520.9000.59
HSL265.26º82.61%22.55%-
HSV(B)265.26º90.48%41.18%-
XYZ3.971.9213.52-
YUV32.79168.75140.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 10 (4.30% from 255) = 6.06%
BLUE value IS 105 (41.41% from 255) = 63.64%
R=30.30%
G=6.06%
B=63.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50101050.520.9000.59265.2682.6122.55
Hex32A69345A03B1095317
Octal62121516413207341112327
Binary1100101010110100111010010110100111011100001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,10,105); }

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

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

 a { background-color: rgb(50,10,105); }

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

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

 span { border-color: rgb(50,10,105); }

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