#402151

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

Shades of Jagger #402151

Tints of Jagger #402151

Color information

#402151 (or 0x402151) is unknown color: approx Jagger. HEX triplet: 40, 21 and 51. RGB value is (64,33,81). Sum of RGB (Red+Green+Blue) = 64+33+81=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #402151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402151 is #BFDEAE. Grayscale: #2F2F2F. Windows color (decimal): -12574383 or 5316928. OLE color: 5316928.

HSL color Cylindrical-coordinate representation of color #402151: hue angle of 278.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #402151 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB643381-
CMYK0.210.5900.68
HSL278.75º42.11%22.35%-
HSV(B)278.75º59.26%31.76%-
XYZ4.142.778.1-
YUV47.74146.77139.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=35.96%
G=18.54%
B=45.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6433810.210.5900.68278.7542.1122.35
Hex402151153B0441172a16
Octal10041121257301044275226
Binary10000001000011010001101011110110100010010001011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402151; }

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

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

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

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

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

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

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

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