#3B1184

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

Shades of Persian Indigo #3B1184

Tints of Persian Indigo #3B1184

Color information

#3B1184 (or 0x3B1184) is unknown color: approx Persian Indigo. HEX triplet: 3B, 11 and 84. RGB value is (59,17,132). Sum of RGB (Red+Green+Blue) = 59+17+132=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B1184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1184 is #C4EE7B. Grayscale: #2A2A2A. Windows color (decimal): -12906108 or 8655163. OLE color: 8655163.

HSL color Cylindrical-coordinate representation of color #3B1184: hue angle of 261.91º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B1184 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5917132-
CMYK0.550.8700.48
HSL261.91º77.18%29.22%-
HSV(B)261.91º87.12%51.76%-
XYZ6.17322.08-
YUV42.67178.41139.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 132 (51.95% from 255) = 63.46%
R=28.37%
G=8.17%
B=63.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59171320.550.8700.48261.9177.1829.22
Hex3B118437570301064d1d
Octal73212046712706040611535
Binary111011100011000010011011110101110110000100000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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