#3B2089

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

Shades of Persian Indigo #3B2089

Tints of Persian Indigo #3B2089

Color information

#3B2089 (or 0x3B2089) is unknown color: approx Persian Indigo. HEX triplet: 3B, 20 and 89. RGB value is (59,32,137). Sum of RGB (Red+Green+Blue) = 59+32+137=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B2089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2089 is #C4DF76. Grayscale: #333333. Windows color (decimal): -12902263 or 8986683. OLE color: 8986683.

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

Color convert

RGB5932137-
CMYK0.570.7700.46
HSL255.43º62.13%33.14%-
HSV(B)255.43º76.64%53.73%-
XYZ6.843.7724.03-
YUV52.04175.95132.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.88%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 137 (53.91% from 255) = 60.09%
R=25.88%
G=14.04%
B=60.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59321370.570.7700.46255.4362.1333.14
Hex3B2089394D02Eff3e21
Octal7340211711150563777641
Binary111011100000100010011110011001101010111011111111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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