#402754

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

Shades of Jagger #402754

Tints of Jagger #402754

Color information

#402754 (or 0x402754) is unknown color: approx Jagger. HEX triplet: 40, 27 and 54. RGB value is (64,39,84). Sum of RGB (Red+Green+Blue) = 64+39+84=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #402754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402754 is #BFD8AB. Grayscale: #333333. Windows color (decimal): -12572844 or 5515072. OLE color: 5515072.

HSL color Cylindrical-coordinate representation of color #402754: hue angle of 273.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #402754 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB643984-
CMYK0.240.5400.67
HSL273.33º36.59%24.12%-
HSV(B)273.33º53.57%32.94%-
XYZ4.443.188.77-
YUV51.6146.28136.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=34.22%
G=20.86%
B=44.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6439840.240.5400.67273.3336.5924.12
Hex40275418360431112518
Octal10047124306601034214530
Binary10000001001111010100110001101100100001110001000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402754; }

 p { color: rgb(64,39,84); }

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

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

 a { background-color: rgb(64,39,84); }

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

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

 span { border-color: rgb(64,39,84); }

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