#320D92

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

Shades of Persian Indigo #320D92

Tints of Persian Indigo #320D92

Color information

#320D92 (or 0x320D92) is unknown color: approx Persian Indigo. HEX triplet: 32, 0D and 92. RGB value is (50,13,146). Sum of RGB (Red+Green+Blue) = 50+13+146=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #320D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320D92 is #CDF26D. Grayscale: #262626. Windows color (decimal): -13496942 or 9571634. OLE color: 9571634.

HSL color Cylindrical-coordinate representation of color #320D92: hue angle of 256.69º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320D92 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5013146-
CMYK0.660.9100.43
HSL256.69º83.65%31.18%-
HSV(B)256.69º91.1%57.25%-
XYZ6.653.0427.43-
YUV39.22188.26135.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 146 (57.42% from 255) = 69.86%
R=23.92%
G=6.22%
B=69.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50131460.660.9100.43256.6983.6531.18
Hex32D92425B02B101541f
Octal621522210213305340112437
Binary110010110110010010100001010110110101011100000001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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