#320C7E

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

Shades of Persian Indigo #320C7E

Tints of Persian Indigo #320C7E

Color information

#320C7E (or 0x320C7E) is unknown color: approx Persian Indigo. HEX triplet: 32, 0C and 7E. RGB value is (50,12,126). Sum of RGB (Red+Green+Blue) = 50+12+126=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 126 (49.61% from 255 or 67.02% from 188); Max value from RGB is 126 - color contains mainly: blue. Hex color #320C7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C7E is #CDF381. Grayscale: #232323. Windows color (decimal): -13497218 or 8260658. OLE color: 8260658.

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

Color convert

RGB5012126-
CMYK0.600.9000.51
HSL260º82.61%27.06%-
HSV(B)260º90.48%49.41%-
XYZ5.212.4519.94-
YUV36.36178.59137.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 12 (5.08% from 255) = 6.38%
BLUE value IS 126 (49.61% from 255) = 67.02%
R=26.60%
G=6.38%
B=67.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50121260.600.9000.5126082.6127.06
Hex32C7E3C5A033104531b
Octal62141767413206340412333
Binary1100101100111111011110010110100110011100000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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