#3B116D

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

Shades of Persian Indigo #3B116D

Tints of Persian Indigo #3B116D

Color information

#3B116D (or 0x3B116D) is unknown color: approx Persian Indigo. HEX triplet: 3B, 11 and 6D. RGB value is (59,17,109). Sum of RGB (Red+Green+Blue) = 59+17+109=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B116D is #C4EE92. Grayscale: #272727. Windows color (decimal): -12906131 or 7147835. OLE color: 7147835.

HSL color Cylindrical-coordinate representation of color #3B116D: hue angle of 267.39º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B116D is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5917109-
CMYK0.460.8400.57
HSL267.39º73.02%24.71%-
HSV(B)267.39º84.4%42.75%-
XYZ4.762.4314.69-
YUV40.05166.91141.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 109 (42.97% from 255) = 58.92%
R=31.89%
G=9.19%
B=58.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59171090.460.8400.57267.3973.0224.71
Hex3B116D2E5403910b4919
Octal73211555612407141311131
Binary11101110001110110110111010101000111001100001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,17,109); }

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

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

 a { background-color: rgb(59,17,109); }

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

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

 span { border-color: rgb(59,17,109); }

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