#3B1E78

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

Shades of Persian Indigo #3B1E78

Tints of Persian Indigo #3B1E78

Color information

#3B1E78 (or 0x3B1E78) is unknown color: approx Persian Indigo. HEX triplet: 3B, 1E and 78. RGB value is (59,30,120). Sum of RGB (Red+Green+Blue) = 59+30+120=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B1E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1E78 is #C4E187. Grayscale: #303030. Windows color (decimal): -12902792 or 7872059. OLE color: 7872059.

HSL color Cylindrical-coordinate representation of color #3B1E78: hue angle of 259.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1E78 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5930120-
CMYK0.510.7500.53
HSL259.33º60%29.41%-
HSV(B)259.33º75%47.06%-
XYZ5.663.2118.09-
YUV48.93168.11135.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.23%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=28.23%
G=14.35%
B=57.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59301200.510.7500.53259.336029.41
Hex3B1E78334B0351033c1d
Octal7336170631130654037435
Binary1110111111011110001100111001011011010110000001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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