#3B1278

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

Shades of Persian Indigo #3B1278

Tints of Persian Indigo #3B1278

Color information

#3B1278 (or 0x3B1278) is unknown color: approx Persian Indigo. HEX triplet: 3B, 12 and 78. RGB value is (59,18,120). Sum of RGB (Red+Green+Blue) = 59+18+120=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B1278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1278 is #C4ED87. Grayscale: #292929. Windows color (decimal): -12905864 or 7868987. OLE color: 7868987.

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

Color convert

RGB5918120-
CMYK0.510.8500.53
HSL264.12º73.91%27.06%-
HSV(B)264.12º85%47.06%-
XYZ5.412.7218.01-
YUV41.89172.08140.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=29.95%
G=9.14%
B=60.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59181200.510.8500.53264.1273.9127.06
Hex3B127833550351084a1b
Octal73221706312506541011233
Binary11101110010111100011001110101010110101100001000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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