#320D9A

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

Shades of Persian Indigo #320D9A

Tints of Persian Indigo #320D9A

Color information

#320D9A (or 0x320D9A) is unknown color: approx Persian Indigo. HEX triplet: 32, 0D and 9A. RGB value is (50,13,154). Sum of RGB (Red+Green+Blue) = 50+13+154=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #320D9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320D9A is #CDF265. Grayscale: #272727. Windows color (decimal): -13496934 or 10095922. OLE color: 10095922.

HSL color Cylindrical-coordinate representation of color #320D9A: hue angle of 255.74º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320D9A is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5013154-
CMYK0.680.9200.40
HSL255.74º84.43%32.75%-
HSV(B)255.74º91.56%60.39%-
XYZ7.293.330.82-
YUV40.14192.26135.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 13 (5.47% from 255) = 5.99%
BLUE value IS 154 (60.55% from 255) = 70.97%
R=23.04%
G=5.99%
B=70.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50131540.680.9200.40255.7484.4332.75
Hex32D9A445C0281005421
Octal621523210413405040012441
Binary1100101101100110101000100101110001010001000000001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,13,154); }

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

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

 a { background-color: rgb(50,13,154); }

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

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

 span { border-color: rgb(50,13,154); }

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