#3B096B

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

Shades of Persian Indigo #3B096B

Tints of Persian Indigo #3B096B

Color information

#3B096B (or 0x3B096B) is unknown color: approx Persian Indigo. HEX triplet: 3B, 09 and 6B. RGB value is (59,9,107). Sum of RGB (Red+Green+Blue) = 59+9+107=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B096B is #C4F694. Grayscale: #222222. Windows color (decimal): -12908181 or 7014715. OLE color: 7014715.

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

Color convert

RGB599107-
CMYK0.450.9200.58
HSL270.61º84.48%22.75%-
HSV(B)270.61º91.59%41.96%-
XYZ4.562.1914.09-
YUV35.12168.56145.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.71%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 107 (42.19% from 255) = 61.14%
R=33.71%
G=5.14%
B=61.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5991070.450.9200.58270.6184.4822.75
Hex3B96B2D5C03A10f5417
Octal73111535513407241712427
Binary1110111001110101110110110111000111010100001111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,9,107); }

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

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

 a { background-color: rgb(59,9,107); }

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

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

 span { border-color: rgb(59,9,107); }

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