#3B1971

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

Shades of Persian Indigo #3B1971

Tints of Persian Indigo #3B1971

Color information

#3B1971 (or 0x3B1971) is unknown color: approx Persian Indigo. HEX triplet: 3B, 19 and 71. RGB value is (59,25,113). Sum of RGB (Red+Green+Blue) = 59+25+113=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1971 is #C4E68E. Grayscale: #2C2C2C. Windows color (decimal): -12904079 or 7412027. OLE color: 7412027.

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

Color convert

RGB5925113-
CMYK0.480.7800.56
HSL263.18º63.77%27.06%-
HSV(B)263.18º77.88%44.31%-
XYZ5.132.8215.9-
YUV45.2166.26137.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=29.95%
G=12.69%
B=57.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59251130.480.7800.56263.1863.7727.06
Hex3B1971304E038107401b
Octal73311616011607040710033
Binary11101111001111000111000010011100111000100000111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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