#3B1771

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

Shades of Persian Indigo #3B1771

Tints of Persian Indigo #3B1771

Color information

#3B1771 (or 0x3B1771) is unknown color: approx Persian Indigo. HEX triplet: 3B, 17 and 71. RGB value is (59,23,113). Sum of RGB (Red+Green+Blue) = 59+23+113=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B1771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1771 is #C4E88E. Grayscale: #2B2B2B. Windows color (decimal): -12904591 or 7411515. OLE color: 7411515.

HSL color Cylindrical-coordinate representation of color #3B1771: hue angle of 264º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B1771 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5923113-
CMYK0.480.8000.56
HSL264º66.18%26.67%-
HSV(B)264º79.65%44.31%-
XYZ5.092.7315.88-
YUV44.02166.93138.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.26%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=30.26%
G=11.79%
B=57.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59231130.480.8000.5626466.1826.67
Hex3B17713050038108421b
Octal73271616012007041010233
Binary11101110111111000111000010100000111000100001000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1771; }

 p { color: rgb(59,23,113); }

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

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

 a { background-color: rgb(59,23,113); }

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

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

 span { border-color: rgb(59,23,113); }

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