#3A1850

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

Shades of Jagger #3A1850

Tints of Jagger #3A1850

Color information

#3A1850 (or 0x3A1850) is unknown color: approx Jagger. HEX triplet: 3A, 18 and 50. RGB value is (58,24,80). Sum of RGB (Red+Green+Blue) = 58+24+80=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A1850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1850 is #C5E7AF. Grayscale: #282828. Windows color (decimal): -12969904 or 5249082. OLE color: 5249082.

HSL color Cylindrical-coordinate representation of color #3A1850: hue angle of 276.43º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A1850 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB582480-
CMYK0.280.7000.69
HSL276.43º53.85%20.39%-
HSV(B)276.43º70%31.37%-
XYZ3.522.137.82-
YUV40.55150.26140.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.80%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=35.80%
G=14.81%
B=49.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5824800.280.7000.69276.4353.8520.39
Hex3A18501C460451143614
Octal72301203410601054246624
Binary1110101100010100001110010001100100010110001010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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