#3B1992

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

Shades of Persian Indigo #3B1992

Tints of Persian Indigo #3B1992

Color information

#3B1992 (or 0x3B1992) is unknown color: approx Persian Indigo. HEX triplet: 3B, 19 and 92. RGB value is (59,25,146). Sum of RGB (Red+Green+Blue) = 59+25+146=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B1992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1992 is #C4E66D. Grayscale: #303030. Windows color (decimal): -12904046 or 9574715. OLE color: 9574715.

HSL color Cylindrical-coordinate representation of color #3B1992: hue angle of 256.86º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B1992 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5925146-
CMYK0.600.8300.43
HSL256.86º70.76%33.53%-
HSV(B)256.86º82.88%57.25%-
XYZ7.343.727.52-
YUV48.96182.76135.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 146 (57.42% from 255) = 63.48%
R=25.65%
G=10.87%
B=63.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59251460.600.8300.43256.8670.7633.53
Hex3B19923C5302B1014722
Octal73312227412305340110742
Binary1110111100110010010111100101001101010111000000011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,25,146); }

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

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

 a { background-color: rgb(59,25,146); }

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

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

 span { border-color: rgb(59,25,146); }

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