#413051

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

Shades of Jagger #413051

Tints of Jagger #413051

Color information

#413051 (or 0x413051) is unknown color: approx Jagger. HEX triplet: 41, 30 and 51. RGB value is (65,48,81). Sum of RGB (Red+Green+Blue) = 65+48+81=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #413051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413051 is #BECFAE. Grayscale: #383838. Windows color (decimal): -12505007 or 5320769. OLE color: 5320769.

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

Color convert

RGB654881-
CMYK0.200.4100.68
HSL270.91º25.58%25.29%-
HSV(B)270.91º40.74%31.76%-
XYZ4.723.838.28-
YUV56.84141.63133.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=33.51%
G=24.74%
B=41.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6548810.200.4100.68270.9125.5825.29
Hex413051142904410f1a19
Octal10160121245101044173231
Binary1000001110000101000110100101001010001001000011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413051; }

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

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

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

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

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

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

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

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