#42274E

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

Shades of Jagger #42274E

Tints of Jagger #42274E

Color information

#42274E (or 0x42274E) is unknown color: approx Jagger. HEX triplet: 42, 27 and 4E. RGB value is (66,39,78). Sum of RGB (Red+Green+Blue) = 66+39+78=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #42274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42274E is #BDD8B1. Grayscale: #333333. Windows color (decimal): -12441778 or 5121858. OLE color: 5121858.

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

Color convert

RGB663978-
CMYK0.150.5000.69
HSL281.54º33.33%22.94%-
HSV(B)281.54º50%30.59%-
XYZ4.353.167.59-
YUV51.52142.95138.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=36.07%
G=21.31%
B=42.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6639780.150.5000.69281.5433.3322.94
Hex42274EF3204511a2117
Octal10247116176201054324127
Binary1000010100111100111011111100100100010110001101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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