#40254B

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

Shades of Jagger #40254B

Tints of Jagger #40254B

Color information

#40254B (or 0x40254B) is unknown color: approx Jagger. HEX triplet: 40, 25 and 4B. RGB value is (64,37,75). Sum of RGB (Red+Green+Blue) = 64+37+75=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #40254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40254B is #BFDAB4. Grayscale: #313131. Windows color (decimal): -12573365 or 4924736. OLE color: 4924736.

HSL color Cylindrical-coordinate representation of color #40254B: hue angle of 282.63º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40254B is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB643775-
CMYK0.150.5100.71
HSL282.63º33.93%21.96%-
HSV(B)282.63º50.67%29.41%-
XYZ4.052.927.01-
YUV49.4142.45138.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=36.36%
G=21.02%
B=42.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6437750.150.5100.71282.6333.9321.96
Hex40254BF3304711b2216
Octal10045113176301074334226
Binary1000000100101100101111111100110100011110001101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40254B; }

 p { color: rgb(64,37,75); }

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

<style>
 a { background-color: #40254B; }

 a { background-color: rgb(64,37,75); }

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

<style>
 span { border-color: #40254B; }

 span { border-color: rgb(64,37,75); }

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