#40214F

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

Shades of Jagger #40214F

Tints of Jagger #40214F

Color information

#40214F (or 0x40214F) is unknown color: approx Jagger. HEX triplet: 40, 21 and 4F. RGB value is (64,33,79). Sum of RGB (Red+Green+Blue) = 64+33+79=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #40214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40214F is #BFDEB0. Grayscale: #2F2F2F. Windows color (decimal): -12574385 or 5185856. OLE color: 5185856.

HSL color Cylindrical-coordinate representation of color #40214F: hue angle of 280.43º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40214F is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB643379-
CMYK0.190.5800.69
HSL280.43º41.07%21.96%-
HSV(B)280.43º58.23%30.98%-
XYZ4.072.747.71-
YUV47.51145.77139.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=36.36%
G=18.75%
B=44.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6433790.190.5800.69280.4341.0721.96
Hex40214F133A0451182916
Octal10041117237201054305126
Binary10000001000011001111100111110100100010110001100010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40214F; }

 p { color: rgb(64,33,79); }

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

<style>
 a { background-color: #40214F; }

 a { background-color: rgb(64,33,79); }

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

<style>
 span { border-color: #40214F; }

 span { border-color: rgb(64,33,79); }

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