#320F7D

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

Shades of Persian Indigo #320F7D

Tints of Persian Indigo #320F7D

Color information

#320F7D (or 0x320F7D) is unknown color: approx Persian Indigo. HEX triplet: 32, 0F and 7D. RGB value is (50,15,125). Sum of RGB (Red+Green+Blue) = 50+15+125=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #320F7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F7D is #CDF082. Grayscale: #252525. Windows color (decimal): -13496451 or 8195890. OLE color: 8195890.

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

Color convert

RGB5015125-
CMYK0.600.8800.51
HSL259.09º78.57%27.45%-
HSV(B)259.09º88%49.02%-
XYZ5.192.519.61-
YUV38177.1136.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 125 (49.22% from 255) = 65.79%
R=26.32%
G=7.89%
B=65.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50151250.600.8800.51259.0978.5727.45
Hex32F7D3C580331034f1b
Octal62171757413006340311733
Binary1100101111111110111110010110000110011100000011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,15,125); }

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

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

 a { background-color: rgb(50,15,125); }

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

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

 span { border-color: rgb(50,15,125); }

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