#413452

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

Shades of Jagger #413452

Tints of Jagger #413452

Color information

#413452 (or 0x413452) is unknown color: approx Jagger. HEX triplet: 41, 34 and 52. RGB value is (65,52,82). Sum of RGB (Red+Green+Blue) = 65+52+82=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #413452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413452 is #BECBAD. Grayscale: #3B3B3B. Windows color (decimal): -12503982 or 5387329. OLE color: 5387329.

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

Color convert

RGB655282-
CMYK0.210.3700.68
HSL266º22.39%26.27%-
HSV(B)266º36.59%32.16%-
XYZ4.934.198.53-
YUV59.31140.81132.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=32.66%
G=26.13%
B=41.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6552820.210.3700.6826622.3926.27
Hex413452152504410a161a
Octal10164122254501044122632
Binary1000001110100101001010101100101010001001000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413452; }

 p { color: rgb(65,52,82); }

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

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

 a { background-color: rgb(65,52,82); }

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

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

 span { border-color: rgb(65,52,82); }

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