#42314E

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

Shades of Jagger #42314E

Tints of Jagger #42314E

Color information

#42314E (or 0x42314E) is unknown color: approx Jagger. HEX triplet: 42, 31 and 4E. RGB value is (66,49,78). Sum of RGB (Red+Green+Blue) = 66+49+78=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #42314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42314E is #BDCEB1. Grayscale: #393939. Windows color (decimal): -12439218 or 5124418. OLE color: 5124418.

HSL color Cylindrical-coordinate representation of color #42314E: hue angle of 275.17º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42314E is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB664978-
CMYK0.150.3700.69
HSL275.17º22.83%24.9%-
HSV(B)275.17º37.18%30.59%-
XYZ4.723.97.71-
YUV57.39139.63134.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=34.20%
G=25.39%
B=40.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6649780.150.3700.69275.1722.8324.9
Hex42314EF250451131719
Octal10261116174501054232731
Binary100001011000110011101111100101010001011000100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42314E; }

 p { color: rgb(66,49,78); }

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

<style>
 a { background-color: #42314E; }

 a { background-color: rgb(66,49,78); }

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

<style>
 span { border-color: #42314E; }

 span { border-color: rgb(66,49,78); }

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