#3B1393

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

Shades of Persian Indigo #3B1393

Tints of Persian Indigo #3B1393

Color information

#3B1393 (or 0x3B1393) is unknown color: approx Persian Indigo. HEX triplet: 3B, 13 and 93. RGB value is (59,19,147). Sum of RGB (Red+Green+Blue) = 59+19+147=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B1393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1393 is #C4EC6C. Grayscale: #2D2D2D. Windows color (decimal): -12905581 or 9638715. OLE color: 9638715.

HSL color Cylindrical-coordinate representation of color #3B1393: hue angle of 258.75º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B1393 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5919147-
CMYK0.600.8700.42
HSL258.75º77.11%32.55%-
HSV(B)258.75º87.07%57.65%-
XYZ7.33.527.89-
YUV45.55185.25137.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 147 (57.81% from 255) = 65.33%
R=26.22%
G=8.44%
B=65.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59191470.600.8700.42258.7577.1132.55
Hex3B13933C5702A1034d21
Octal73232237412705240311541
Binary1110111001110010011111100101011101010101000000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,147); }

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

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

 a { background-color: rgb(59,19,147); }

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

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

 span { border-color: rgb(59,19,147); }

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