#40234F

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

Shades of Jagger #40234F

Tints of Jagger #40234F

Color information

#40234F (or 0x40234F) is unknown color: approx Jagger. HEX triplet: 40, 23 and 4F. RGB value is (64,35,79). Sum of RGB (Red+Green+Blue) = 64+35+79=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #40234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40234F is #BFDCB0. Grayscale: #303030. Windows color (decimal): -12573873 or 5186368. OLE color: 5186368.

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

Color convert

RGB643579-
CMYK0.190.5600.69
HSL279.55º38.6%22.35%-
HSV(B)279.55º55.7%30.98%-
XYZ4.132.867.73-
YUV48.69145.11138.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=35.96%
G=19.66%
B=44.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6435790.190.5600.69279.5538.622.35
Hex40234F13380451182716
Octal10043117237001054304726
Binary10000001000111001111100111110000100010110001100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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