#42284E

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

Shades of Jagger #42284E

Tints of Jagger #42284E

Color information

#42284E (or 0x42284E) is unknown color: approx Jagger. HEX triplet: 42, 28 and 4E. RGB value is (66,40,78). Sum of RGB (Red+Green+Blue) = 66+40+78=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #42284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42284E is #BDD7B1. Grayscale: #333333. Windows color (decimal): -12441522 or 5122114. OLE color: 5122114.

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

Color convert

RGB664078-
CMYK0.150.4900.69
HSL281.05º32.2%23.14%-
HSV(B)281.05º48.72%30.59%-
XYZ4.383.237.6-
YUV52.11142.61137.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=35.87%
G=21.74%
B=42.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6640780.150.4900.69281.0532.223.14
Hex42284EF310451192017
Octal10250116176101054314027
Binary1000010101000100111011111100010100010110001100110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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