#3B1296

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

Shades of Persian Indigo #3B1296

Tints of Persian Indigo #3B1296

Color information

#3B1296 (or 0x3B1296) is unknown color: approx Persian Indigo. HEX triplet: 3B, 12 and 96. RGB value is (59,18,150). Sum of RGB (Red+Green+Blue) = 59+18+150=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B1296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1296 is #C4ED69. Grayscale: #2C2C2C. Windows color (decimal): -12905834 or 9835067. OLE color: 9835067.

HSL color Cylindrical-coordinate representation of color #3B1296: hue angle of 258.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1296 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5918150-
CMYK0.610.8800.41
HSL258.64º78.57%32.94%-
HSV(B)258.64º88%58.82%-
XYZ7.523.5629.15-
YUV45.31187.08137.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.99%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 150 (58.98% from 255) = 66.08%
R=25.99%
G=7.93%
B=66.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59181500.610.8800.41258.6478.5732.94
Hex3B12963D580291034f21
Octal73222267513005140311741
Binary1110111001010010110111101101100001010011000000111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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