#3B1B8B

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

Shades of Persian Indigo #3B1B8B

Tints of Persian Indigo #3B1B8B

Color information

#3B1B8B (or 0x3B1B8B) is unknown color: approx Persian Indigo. HEX triplet: 3B, 1B and 8B. RGB value is (59,27,139). Sum of RGB (Red+Green+Blue) = 59+27+139=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B1B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1B8B is #C4E474. Grayscale: #303030. Windows color (decimal): -12903541 or 9116475. OLE color: 9116475.

HSL color Cylindrical-coordinate representation of color #3B1B8B: hue angle of 257.14º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B1B8B is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5927139-
CMYK0.580.8100.45
HSL257.14º67.47%32.55%-
HSV(B)257.14º80.58%54.51%-
XYZ6.863.5824.76-
YUV49.34178.6134.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=26.22%
G=12%
B=61.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59271390.580.8100.45257.1467.4732.55
Hex3B1B8B3A5102D1014321
Octal73332137212105540110341
Binary1110111101110001011111010101000101011011000000011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,27,139); }

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

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

 a { background-color: rgb(59,27,139); }

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

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

 span { border-color: rgb(59,27,139); }

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