#3B1E88

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

Shades of Persian Indigo #3B1E88

Tints of Persian Indigo #3B1E88

Color information

#3B1E88 (or 0x3B1E88) is unknown color: approx Persian Indigo. HEX triplet: 3B, 1E and 88. RGB value is (59,30,136). Sum of RGB (Red+Green+Blue) = 59+30+136=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B1E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1E88 is #C4E177. Grayscale: #323232. Windows color (decimal): -12902776 or 8920635. OLE color: 8920635.

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

Color convert

RGB5930136-
CMYK0.570.7800.47
HSL256.42º63.86%32.55%-
HSV(B)256.42º77.94%53.33%-
XYZ6.713.6423.64-
YUV50.76176.11133.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=26.22%
G=13.33%
B=60.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59301360.570.7800.47256.4263.8632.55
Hex3B1E88394E02F1004021
Octal73362107111605740010041
Binary1110111111010001000111001100111001011111000000001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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