#320B94

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

Shades of Persian Indigo #320B94

Tints of Persian Indigo #320B94

Color information

#320B94 (or 0x320B94) is unknown color: approx Persian Indigo. HEX triplet: 32, 0B and 94. RGB value is (50,11,148). Sum of RGB (Red+Green+Blue) = 50+11+148=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #320B94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320B94 is #CDF46B. Grayscale: #252525. Windows color (decimal): -13497452 or 9702194. OLE color: 9702194.

HSL color Cylindrical-coordinate representation of color #320B94: hue angle of 257.08º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320B94 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5011148-
CMYK0.660.9300.42
HSL257.08º86.16%31.18%-
HSV(B)257.08º92.57%58.04%-
XYZ6.783.0628.25-
YUV38.28189.92136.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 148 (58.20% from 255) = 70.81%
R=23.92%
G=5.26%
B=70.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50111480.660.9300.42257.0886.1631.18
Hex32B94425D02A101561f
Octal621322410213505240112637
Binary110010101110010100100001010111010101010100000001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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