#3B1A99

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

Shades of Persian Indigo #3B1A99

Tints of Persian Indigo #3B1A99

Color information

#3B1A99 (or 0x3B1A99) is unknown color: approx Persian Indigo. HEX triplet: 3B, 1A and 99. RGB value is (59,26,153). Sum of RGB (Red+Green+Blue) = 59+26+153=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B1A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1A99 is #C4E566. Grayscale: #313131. Windows color (decimal): -12903783 or 10033723. OLE color: 10033723.

HSL color Cylindrical-coordinate representation of color #3B1A99: hue angle of 255.59º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B1A99 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5926153-
CMYK0.610.8300.4
HSL255.59º70.95%35.1%-
HSV(B)255.59º83.01%60%-
XYZ7.923.9730.49-
YUV50.34185.93134.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 153 (60.16% from 255) = 64.29%
R=24.79%
G=10.92%
B=64.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal59261530.610.8300.4255.5970.9535.1
Hex3B1A993D530281004723
Octal73322317512305040010743
Binary1110111101010011001111101101001101010001000000001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,26,153); }

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

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

 a { background-color: rgb(59,26,153); }

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

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

 span { border-color: rgb(59,26,153); }

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