#320671

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

Shades of Persian Indigo #320671

Tints of Persian Indigo #320671

Color information

#320671 (or 0x320671) is unknown color: approx Persian Indigo. HEX triplet: 32, 06 and 71. RGB value is (50,6,113). Sum of RGB (Red+Green+Blue) = 50+6+113=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #320671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320671 is #CDF98E. Grayscale: #1E1E1E. Windows color (decimal): -13498767 or 7407154. OLE color: 7407154.

HSL color Cylindrical-coordinate representation of color #320671: hue angle of 264.67º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320671 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB506113-
CMYK0.560.9500.56
HSL264.67º89.92%23.33%-
HSV(B)264.67º94.69%44.31%-
XYZ4.36215.78-
YUV31.35174.08141.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 113 (44.53% from 255) = 66.86%
R=29.59%
G=3.55%
B=66.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5061130.560.9500.56264.6789.9223.33
Hex32671385F0381095a17
Octal6261617013707041113227
Binary110010110111000111100010111110111000100001001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320671; }

 p { color: rgb(50,6,113); }

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

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

 a { background-color: rgb(50,6,113); }

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

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

 span { border-color: rgb(50,6,113); }

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