#320C7F

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

Shades of Persian Indigo #320C7F

Tints of Persian Indigo #320C7F

Color information

#320C7F (or 0x320C7F) is unknown color: approx Persian Indigo. HEX triplet: 32, 0C and 7F. RGB value is (50,12,127). Sum of RGB (Red+Green+Blue) = 50+12+127=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #320C7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C7F is #CDF380. Grayscale: #242424. Windows color (decimal): -13497217 or 8326194. OLE color: 8326194.

HSL color Cylindrical-coordinate representation of color #320C7F: hue angle of 259.83º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320C7F is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5012127-
CMYK0.610.9100.50
HSL259.83º82.73%27.25%-
HSV(B)259.83º90.55%49.8%-
XYZ5.282.4720.28-
YUV36.47179.09137.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 127 (50% from 255) = 67.20%
R=26.46%
G=6.35%
B=67.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50121270.610.9100.50259.8382.7327.25
Hex32C7F3D5B032104531b
Octal62141777513306240412333
Binary1100101100111111111110110110110110010100000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,12,127); }

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

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

 a { background-color: rgb(50,12,127); }

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

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

 span { border-color: rgb(50,12,127); }

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