#402450

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

Shades of Jagger #402450

Tints of Jagger #402450

Color information

#402450 (or 0x402450) is unknown color: approx Jagger. HEX triplet: 40, 24 and 50. RGB value is (64,36,80). Sum of RGB (Red+Green+Blue) = 64+36+80=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #402450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402450 is #BFDBAF. Grayscale: #313131. Windows color (decimal): -12573616 or 5252160. OLE color: 5252160.

HSL color Cylindrical-coordinate representation of color #402450: hue angle of 278.18º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #402450 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB643680-
CMYK0.200.5500.69
HSL278.18º37.93%22.75%-
HSV(B)278.18º55%31.37%-
XYZ4.192.937.93-
YUV49.39145.28138.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=35.56%
G=20%
B=44.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6436800.200.5500.69278.1837.9322.75
Hex40245014370451162617
Octal10044120246701054264627
Binary10000001001001010000101001101110100010110001011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402450; }

 p { color: rgb(64,36,80); }

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

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

 a { background-color: rgb(64,36,80); }

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

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

 span { border-color: rgb(64,36,80); }

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