#3B106D

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

Shades of Persian Indigo #3B106D

Tints of Persian Indigo #3B106D

Color information

#3B106D (or 0x3B106D) is unknown color: approx Persian Indigo. HEX triplet: 3B, 10 and 6D. RGB value is (59,16,109). Sum of RGB (Red+Green+Blue) = 59+16+109=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B106D is #C4EF92. Grayscale: #272727. Windows color (decimal): -12906387 or 7147579. OLE color: 7147579.

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

Color convert

RGB5916109-
CMYK0.460.8500.57
HSL267.74º74.4%24.51%-
HSV(B)267.74º85.32%42.75%-
XYZ4.752.414.68-
YUV39.46167.25141.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 109 (42.97% from 255) = 59.24%
R=32.07%
G=8.70%
B=59.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59161090.460.8500.57267.7474.424.51
Hex3B106D2E5503910c4a19
Octal73201555612507141411231
Binary11101110000110110110111010101010111001100001100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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