#3B1173

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

Shades of Persian Indigo #3B1173

Tints of Persian Indigo #3B1173

Color information

#3B1173 (or 0x3B1173) is unknown color: approx Persian Indigo. HEX triplet: 3B, 11 and 73. RGB value is (59,17,115). Sum of RGB (Red+Green+Blue) = 59+17+115=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B1173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1173 is #C4EE8C. Grayscale: #282828. Windows color (decimal): -12906125 or 7541051. OLE color: 7541051.

HSL color Cylindrical-coordinate representation of color #3B1173: hue angle of 265.71º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B1173 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5917115-
CMYK0.490.8500.55
HSL265.71º74.24%25.88%-
HSV(B)265.71º85.22%45.1%-
XYZ5.12.5716.45-
YUV40.73169.91141.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.89%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=30.89%
G=8.90%
B=60.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59171150.490.8500.55265.7174.2425.88
Hex3B1173315503710a4a1a
Octal73211636112506741211232
Binary11101110001111001111000110101010110111100001010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,17,115); }

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

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

 a { background-color: rgb(59,17,115); }

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

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

 span { border-color: rgb(59,17,115); }

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