#3B1788

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

Shades of Persian Indigo #3B1788

Tints of Persian Indigo #3B1788

Color information

#3B1788 (or 0x3B1788) is unknown color: approx Persian Indigo. HEX triplet: 3B, 17 and 88. RGB value is (59,23,136). Sum of RGB (Red+Green+Blue) = 59+23+136=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B1788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1788 is #C4E877. Grayscale: #2E2E2E. Windows color (decimal): -12904568 or 8918843. OLE color: 8918843.

HSL color Cylindrical-coordinate representation of color #3B1788: hue angle of 259.12º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B1788 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5923136-
CMYK0.570.8300.47
HSL259.12º71.07%31.18%-
HSV(B)259.12º83.09%53.33%-
XYZ6.553.3223.59-
YUV46.65178.43136.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.06%
GREEN value IS 23 (9.38% from 255) = 10.55%
BLUE value IS 136 (53.52% from 255) = 62.39%
R=27.06%
G=10.55%
B=62.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59231360.570.8300.47259.1271.0731.18
Hex3B1788395302F103471f
Octal73272107112305740310737
Binary111011101111000100011100110100110101111100000011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,23,136); }

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

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

 a { background-color: rgb(59,23,136); }

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

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

 span { border-color: rgb(59,23,136); }

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