#320E95

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

Shades of Persian Indigo #320E95

Tints of Persian Indigo #320E95

Color information

#320E95 (or 0x320E95) is unknown color: approx Persian Indigo. HEX triplet: 32, 0E and 95. RGB value is (50,14,149). Sum of RGB (Red+Green+Blue) = 50+14+149=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #320E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320E95 is #CDF16A. Grayscale: #272727. Windows color (decimal): -13496683 or 9768498. OLE color: 9768498.

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

Color convert

RGB5014149-
CMYK0.660.9100.42
HSL256º82.82%31.96%-
HSV(B)256º90.6%58.43%-
XYZ6.93.1628.68-
YUV40.15189.43135.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 14 (5.86% from 255) = 6.57%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=23.47%
G=6.57%
B=69.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50141490.660.9100.4225682.8231.96
Hex32E95425B02A1005320
Octal621622510213305240012340
Binary1100101110100101011000010101101101010101000000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,14,149); }

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

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

 a { background-color: rgb(50,14,149); }

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

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

 span { border-color: rgb(50,14,149); }

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