#3B156E

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

Shades of Persian Indigo #3B156E

Tints of Persian Indigo #3B156E

Color information

#3B156E (or 0x3B156E) is unknown color: approx Persian Indigo. HEX triplet: 3B, 15 and 6E. RGB value is (59,21,110). Sum of RGB (Red+Green+Blue) = 59+21+110=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B156E is #C4EA91. Grayscale: #2A2A2A. Windows color (decimal): -12905106 or 7214395. OLE color: 7214395.

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

Color convert

RGB5921110-
CMYK0.460.8100.57
HSL265.62º67.94%25.69%-
HSV(B)265.62º80.91%43.14%-
XYZ4.892.5914.99-
YUV42.51166.09139.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.05%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=31.05%
G=11.05%
B=57.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59211100.460.8100.57265.6267.9425.69
Hex3B156E2E5103910a441a
Octal73251565612107141210432
Binary11101110101110111010111010100010111001100001010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,110); }

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

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

 a { background-color: rgb(59,21,110); }

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

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

 span { border-color: rgb(59,21,110); }

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