#413551

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

Shades of Jagger #413551

Tints of Jagger #413551

Color information

#413551 (or 0x413551) is unknown color: approx Jagger. HEX triplet: 41, 35 and 51. RGB value is (65,53,81). Sum of RGB (Red+Green+Blue) = 65+53+81=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #413551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413551 is #BECAAE. Grayscale: #3B3B3B. Windows color (decimal): -12503727 or 5322049. OLE color: 5322049.

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

Color convert

RGB655381-
CMYK0.200.3500.68
HSL265.71º20.9%26.27%-
HSV(B)265.71º34.57%31.76%-
XYZ4.944.268.35-
YUV59.78139.98131.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=32.66%
G=26.63%
B=40.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6553810.200.3500.68265.7120.926.27
Hex413551142304410a151a
Octal10165121244301044122532
Binary1000001110101101000110100100011010001001000010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413551; }

 p { color: rgb(65,53,81); }

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

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

 a { background-color: rgb(65,53,81); }

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

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

 span { border-color: rgb(65,53,81); }

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