#3B1977

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

Shades of Persian Indigo #3B1977

Tints of Persian Indigo #3B1977

Color information

#3B1977 (or 0x3B1977) is unknown color: approx Persian Indigo. HEX triplet: 3B, 19 and 77. RGB value is (59,25,119). Sum of RGB (Red+Green+Blue) = 59+25+119=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B1977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1977 is #C4E688. Grayscale: #2D2D2D. Windows color (decimal): -12904073 or 7805243. OLE color: 7805243.

HSL color Cylindrical-coordinate representation of color #3B1977: hue angle of 261.7º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B1977 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5925119-
CMYK0.500.7900.53
HSL261.7º65.28%28.24%-
HSV(B)261.7º78.99%46.67%-
XYZ5.482.9617.73-
YUV45.88169.26137.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=29.06%
G=12.32%
B=58.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59251190.500.7900.53261.765.2828.24
Hex3B1977324F035106411c
Octal73311676211706540610134
Binary11101111001111011111001010011110110101100000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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