#3B106C

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

Shades of Persian Indigo #3B106C

Tints of Persian Indigo #3B106C

Color information

#3B106C (or 0x3B106C) is unknown color: approx Persian Indigo. HEX triplet: 3B, 10 and 6C. RGB value is (59,16,108). Sum of RGB (Red+Green+Blue) = 59+16+108=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B106C is #C4EF93. Grayscale: #272727. Windows color (decimal): -12906388 or 7082043. OLE color: 7082043.

HSL color Cylindrical-coordinate representation of color #3B106C: hue angle of 268.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B106C is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5916108-
CMYK0.450.8500.58
HSL268.04º74.19%24.31%-
HSV(B)268.04º85.19%42.35%-
XYZ4.72.3814.4-
YUV39.34166.75142.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.24%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=32.24%
G=8.74%
B=59.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59161080.450.8500.58268.0474.1924.31
Hex3B106C2D5503A10c4a18
Octal73201545512507241411230
Binary11101110000110110010110110101010111010100001100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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