#320E7C

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

Shades of Persian Indigo #320E7C

Tints of Persian Indigo #320E7C

Color information

#320E7C (or 0x320E7C) is unknown color: approx Persian Indigo. HEX triplet: 32, 0E and 7C. RGB value is (50,14,124). Sum of RGB (Red+Green+Blue) = 50+14+124=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #320E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E7C is #CDF183. Grayscale: #242424. Windows color (decimal): -13496708 or 8130098. OLE color: 8130098.

HSL color Cylindrical-coordinate representation of color #320E7C: hue angle of 259.64º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320E7C is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5014124-
CMYK0.600.8900.51
HSL259.64º79.71%27.06%-
HSV(B)259.64º88.71%48.63%-
XYZ5.112.4519.27-
YUV37.3176.93137.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 14 (5.86% from 255) = 7.45%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=26.60%
G=7.45%
B=65.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50141240.600.8900.51259.6479.7127.06
Hex32E7C3C59033104501b
Octal62161747413106340412033
Binary1100101110111110011110010110010110011100000100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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