#3B1782

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

Shades of Persian Indigo #3B1782

Tints of Persian Indigo #3B1782

Color information

#3B1782 (or 0x3B1782) is unknown color: approx Persian Indigo. HEX triplet: 3B, 17 and 82. RGB value is (59,23,130). Sum of RGB (Red+Green+Blue) = 59+23+130=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B1782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1782 is #C4E87D. Grayscale: #2D2D2D. Windows color (decimal): -12904574 or 8525627. OLE color: 8525627.

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

Color convert

RGB5923130-
CMYK0.550.8200.49
HSL260.19º69.93%30%-
HSV(B)260.19º82.31%50.98%-
XYZ6.143.1521.4-
YUV45.96175.43137.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.83%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 130 (51.17% from 255) = 61.32%
R=27.83%
G=10.85%
B=61.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59231300.550.8200.49260.1969.9330
Hex3B17823752031104461e
Octal73272026712206140410636
Binary111011101111000001011011110100100110001100000100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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