#3B1082

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

Shades of Persian Indigo #3B1082

Tints of Persian Indigo #3B1082

Color information

#3B1082 (or 0x3B1082) is unknown color: approx Persian Indigo. HEX triplet: 3B, 10 and 82. RGB value is (59,16,130). Sum of RGB (Red+Green+Blue) = 59+16+130=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B1082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1082 is #C4EF7D. Grayscale: #292929. Windows color (decimal): -12906366 or 8523835. OLE color: 8523835.

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

Color convert

RGB5916130-
CMYK0.550.8800.49
HSL262.63º78.08%28.63%-
HSV(B)262.63º87.69%50.98%-
XYZ6.022.9121.36-
YUV41.85177.75140.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 130 (51.17% from 255) = 63.41%
R=28.78%
G=7.80%
B=63.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59161300.550.8800.49262.6378.0828.63
Hex3B108237580311074e1d
Octal73202026713006140711635
Binary111011100001000001011011110110000110001100000111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,130); }

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

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

 a { background-color: rgb(59,16,130); }

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

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

 span { border-color: rgb(59,16,130); }

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