#3A1B50

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

Shades of Jagger #3A1B50

Tints of Jagger #3A1B50

Color information

#3A1B50 (or 0x3A1B50) is unknown color: approx Jagger. HEX triplet: 3A, 1B and 50. RGB value is (58,27,80). Sum of RGB (Red+Green+Blue) = 58+27+80=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A1B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1B50 is #C5E4AF. Grayscale: #2A2A2A. Windows color (decimal): -12969136 or 5249850. OLE color: 5249850.

HSL color Cylindrical-coordinate representation of color #3A1B50: hue angle of 275.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1B50 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB582780-
CMYK0.280.6600.69
HSL275.09º49.53%20.98%-
HSV(B)275.09º66.25%31.37%-
XYZ3.582.267.84-
YUV42.31149.27139.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=35.15%
G=16.36%
B=48.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5827800.280.6600.69275.0949.5320.98
Hex3A1B501C420451133215
Octal72331203410201054236225
Binary1110101101110100001110010000100100010110001001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,27,80); }

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

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

 a { background-color: rgb(58,27,80); }

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

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

 span { border-color: rgb(58,27,80); }

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