#3E1651

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

Shades of Jagger #3E1651

Tints of Jagger #3E1651

Color information

#3E1651 (or 0x3E1651) is unknown color: approx Jagger. HEX triplet: 3E, 16 and 51. RGB value is (62,22,81). Sum of RGB (Red+Green+Blue) = 62+22+81=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E1651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1651 is #C1E9AE. Grayscale: #282828. Windows color (decimal): -12708271 or 5314110. OLE color: 5314110.

HSL color Cylindrical-coordinate representation of color #3E1651: hue angle of 280.68º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1651 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB622281-
CMYK0.230.7300.68
HSL280.68º57.28%20.2%-
HSV(B)280.68º72.84%31.76%-
XYZ3.762.198.01-
YUV40.69150.75143.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.58%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=37.58%
G=13.33%
B=49.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6222810.230.7300.68280.6857.2820.2
Hex3E165117490441193914
Octal76261212711101044317124
Binary1111101011010100011011110010010100010010001100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,22,81); }

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

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

 a { background-color: rgb(62,22,81); }

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

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

 span { border-color: rgb(62,22,81); }

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