#3B0983

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

Shades of Persian Indigo #3B0983

Tints of Persian Indigo #3B0983

Color information

#3B0983 (or 0x3B0983) is unknown color: approx Persian Indigo. HEX triplet: 3B, 09 and 83. RGB value is (59,9,131). Sum of RGB (Red+Green+Blue) = 59+9+131=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B0983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0983 is #C4F67C. Grayscale: #252525. Windows color (decimal): -12908157 or 8587579. OLE color: 8587579.

HSL color Cylindrical-coordinate representation of color #3B0983: hue angle of 264.59º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0983 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB599131-
CMYK0.550.9300.49
HSL264.59º87.14%27.45%-
HSV(B)264.59º93.13%51.37%-
XYZ62.7621.69-
YUV37.86180.56143.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 131 (51.56% from 255) = 65.83%
R=29.65%
G=4.52%
B=65.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5991310.550.9300.49264.5987.1427.45
Hex3B983375D031109571b
Octal73112036713506141112733
Binary11101110011000001111011110111010110001100001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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