#3E1650

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

Shades of Jagger #3E1650

Tints of Jagger #3E1650

Color information

#3E1650 (or 0x3E1650) is unknown color: approx Jagger. HEX triplet: 3E, 16 and 50. RGB value is (62,22,80). Sum of RGB (Red+Green+Blue) = 62+22+80=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1650 is #C1E9AF. Grayscale: #282828. Windows color (decimal): -12708272 or 5248574. OLE color: 5248574.

HSL color Cylindrical-coordinate representation of color #3E1650: hue angle of 281.38º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1650 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB622280-
CMYK0.220.7200.69
HSL281.38º56.86%20%-
HSV(B)281.38º72.5%31.37%-
XYZ3.722.187.81-
YUV40.57150.25143.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.80%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=37.80%
G=13.41%
B=48.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6222800.220.7200.69281.3856.8620
Hex3E165016480451193914
Octal76261202611001054317124
Binary1111101011010100001011010010000100010110001100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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