#3b1c82

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

Shades of Persian Indigo #3B1C82

Tints of Persian Indigo #3B1C82

Color information

#3B1C82 (or 0x3B1C82) is unknown color: approx Persian Indigo. HEX triplet: 3B, 1C and 82. RGB value is (59,28,130). Sum of RGB (Red+Green+Blue) = 59+28+130=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B1C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1C82 is #C4E37D. Grayscale: #303030. Windows color (decimal): -12903294 or 8526907. OLE color: 8526907.

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

Color convert

RGB5928130-
CMYK0.550.7800.49
HSL258.24º64.56%30.98%-
HSV(B)258.24º78.46%50.98%-
XYZ6.253.3721.44-
YUV48.9173.77135.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=27.19%
G=12.90%
B=59.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59281300.550.7800.49258.2464.5630.98
Hex3B1C82374E031102411f
Octal73342026711606140210137
Binary111011111001000001011011110011100110001100000010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b1c82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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