#321571

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

Shades of Persian Indigo #321571

Tints of Persian Indigo #321571

Color information

#321571 (or 0x321571) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 71. RGB value is (50,21,113). Sum of RGB (Red+Green+Blue) = 50+21+113=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #321571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321571 is #CDEA8E. Grayscale: #272727. Windows color (decimal): -13494927 or 7410994. OLE color: 7410994.

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

Color convert

RGB5021113-
CMYK0.560.8100.56
HSL258.91º68.66%26.27%-
HSV(B)258.91º81.42%44.31%-
XYZ4.562.4115.85-
YUV40.16169.11135.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 113 (44.53% from 255) = 61.41%
R=27.17%
G=11.41%
B=61.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50211130.560.8100.56258.9168.6626.27
Hex3215713851038103451a
Octal62251617012107040310532
Binary11001010101111000111100010100010111000100000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321571; }

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

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

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

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

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

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

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

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