#3B1585

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

Shades of Persian Indigo #3B1585

Tints of Persian Indigo #3B1585

Color information

#3B1585 (or 0x3B1585) is unknown color: approx Persian Indigo. HEX triplet: 3B, 15 and 85. RGB value is (59,21,133). Sum of RGB (Red+Green+Blue) = 59+21+133=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B1585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1585 is #C4EA7A. Grayscale: #2C2C2C. Windows color (decimal): -12905083 or 8721723. OLE color: 8721723.

HSL color Cylindrical-coordinate representation of color #3B1585: hue angle of 260.36º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B1585 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5921133-
CMYK0.560.8400.48
HSL260.36º72.73%30.2%-
HSV(B)260.36º84.21%52.16%-
XYZ6.313.1622.47-
YUV45.13177.59137.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.70%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 133 (52.34% from 255) = 62.44%
R=27.70%
G=9.86%
B=62.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59211330.560.8400.48260.3672.7330.2
Hex3B15853854030104491e
Octal73252057012406040411136
Binary111011101011000010111100010101000110000100000100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,133); }

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

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

 a { background-color: rgb(59,21,133); }

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

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

 span { border-color: rgb(59,21,133); }

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