#413054

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

Shades of Jagger #413054

Tints of Jagger #413054

Color information

#413054 (or 0x413054) is unknown color: approx Jagger. HEX triplet: 41, 30 and 54. RGB value is (65,48,84). Sum of RGB (Red+Green+Blue) = 65+48+84=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #413054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413054 is #BECFAB. Grayscale: #393939. Windows color (decimal): -12505004 or 5517377. OLE color: 5517377.

HSL color Cylindrical-coordinate representation of color #413054: hue angle of 268.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #413054 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB654884-
CMYK0.230.4300.67
HSL268.33º27.27%25.88%-
HSV(B)268.33º42.86%32.94%-
XYZ4.843.888.88-
YUV57.19143.13133.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=32.99%
G=24.37%
B=42.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6548840.230.4300.67268.3327.2725.88
Hex413054172B04310c1b1a
Octal10160124275301034143332
Binary1000001110000101010010111101011010000111000011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413054; }

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

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

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

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

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

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

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

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