#3B1577

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

Shades of Persian Indigo #3B1577

Tints of Persian Indigo #3B1577

Color information

#3B1577 (or 0x3B1577) is unknown color: approx Persian Indigo. HEX triplet: 3B, 15 and 77. RGB value is (59,21,119). Sum of RGB (Red+Green+Blue) = 59+21+119=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B1577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1577 is #C4EA88. Grayscale: #2B2B2B. Windows color (decimal): -12905097 or 7804219. OLE color: 7804219.

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

Color convert

RGB5921119-
CMYK0.500.8200.53
HSL263.27º70%27.45%-
HSV(B)263.27º82.35%46.67%-
XYZ5.42.817.71-
YUV43.53170.59139.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=29.65%
G=10.55%
B=59.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59211190.500.8200.53263.277027.45
Hex3B15773252035107461b
Octal73251676212206540710633
Binary11101110101111011111001010100100110101100000111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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