#413056

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

Shades of Jagger #413056

Tints of Jagger #413056

Color information

#413056 (or 0x413056) is unknown color: approx Jagger. HEX triplet: 41, 30 and 56. RGB value is (65,48,86). Sum of RGB (Red+Green+Blue) = 65+48+86=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #413056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413056 is #BECFA9. Grayscale: #393939. Windows color (decimal): -12505002 or 5648449. OLE color: 5648449.

HSL color Cylindrical-coordinate representation of color #413056: hue angle of 266.84º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #413056 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB654886-
CMYK0.240.4400.66
HSL266.84º28.36%26.27%-
HSV(B)266.84º44.19%33.73%-
XYZ4.923.919.3-
YUV57.42144.13133.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=32.66%
G=24.12%
B=43.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6548860.240.4400.66266.8428.3626.27
Hex413056182C04210b1c1a
Octal10160126305401024133432
Binary1000001110000101011011000101100010000101000010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413056; }

 p { color: rgb(65,48,86); }

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

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

 a { background-color: rgb(65,48,86); }

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

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

 span { border-color: rgb(65,48,86); }

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