#42294D

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

Shades of Jagger #42294D

Tints of Jagger #42294D

Color information

#42294D (or 0x42294D) is unknown color: approx Jagger. HEX triplet: 42, 29 and 4D. RGB value is (66,41,77). Sum of RGB (Red+Green+Blue) = 66+41+77=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #42294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42294D is #BDD6B2. Grayscale: #343434. Windows color (decimal): -12441267 or 5056834. OLE color: 5056834.

HSL color Cylindrical-coordinate representation of color #42294D: hue angle of 281.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42294D is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB664177-
CMYK0.140.4700.70
HSL281.67º30.51%23.14%-
HSV(B)281.67º46.75%30.2%-
XYZ4.383.287.42-
YUV52.58141.78137.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=35.87%
G=22.28%
B=41.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6641770.140.4700.70281.6730.5123.14
Hex42294DE2F04611a1f17
Octal10251115165701064323727
Binary100001010100110011011110101111010001101000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42294D; }

 p { color: rgb(66,41,77); }

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

<style>
 a { background-color: #42294D; }

 a { background-color: rgb(66,41,77); }

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

<style>
 span { border-color: #42294D; }

 span { border-color: rgb(66,41,77); }

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