#3B2189

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

Shades of Persian Indigo #3B2189

Tints of Persian Indigo #3B2189

Color information

#3B2189 (or 0x3B2189) is unknown color: approx Persian Indigo. HEX triplet: 3B, 21 and 89. RGB value is (59,33,137). Sum of RGB (Red+Green+Blue) = 59+33+137=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B2189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2189 is #C4DE76. Grayscale: #343434. Windows color (decimal): -12902007 or 8986939. OLE color: 8986939.

HSL color Cylindrical-coordinate representation of color #3B2189: hue angle of 255º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B2189 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5933137-
CMYK0.570.7600.46
HSL255º61.18%33.33%-
HSV(B)255º75.91%53.73%-
XYZ6.863.8224.04-
YUV52.63175.61132.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 137 (53.91% from 255) = 59.83%
R=25.76%
G=14.41%
B=59.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59331370.570.7600.4625561.1833.33
Hex3B2189394C02Eff3d21
Octal7341211711140563777541
Binary111011100001100010011110011001100010111011111111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,33,137); }

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

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

 a { background-color: rgb(59,33,137); }

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

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

 span { border-color: rgb(59,33,137); }

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