#3B0D8B

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

Shades of Persian Indigo #3B0D8B

Tints of Persian Indigo #3B0D8B

Color information

#3B0D8B (or 0x3B0D8B) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0D and 8B. RGB value is (59,13,139). Sum of RGB (Red+Green+Blue) = 59+13+139=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B0D8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0D8B is #C4F274. Grayscale: #282828. Windows color (decimal): -12907125 or 9112891. OLE color: 9112891.

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

Color convert

RGB5913139-
CMYK0.580.9100.45
HSL261.9º82.89%29.8%-
HSV(B)261.9º90.65%54.51%-
XYZ6.613.0824.67-
YUV41.12183.24140.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 13 (5.47% from 255) = 6.16%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=27.96%
G=6.16%
B=65.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59131390.580.9100.45261.982.8929.8
Hex3BD8B3A5B02D106531e
Octal73152137213305540612336
Binary11101111011000101111101010110110101101100000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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