#413348

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

Shades of Jagger #413348

Tints of Jagger #413348

Color information

#413348 (or 0x413348) is unknown color: approx Jagger. HEX triplet: 41, 33 and 48. RGB value is (65,51,72). Sum of RGB (Red+Green+Blue) = 65+51+72=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 72 - color contains mainly: blue. Hex color #413348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413348 is #BECCB7. Grayscale: #393939. Windows color (decimal): -12504248 or 4731713. OLE color: 4731713.

HSL color Cylindrical-coordinate representation of color #413348: hue angle of 280º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #413348 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB655172-
CMYK0.100.2900.72
HSL280º17.07%24.12%-
HSV(B)280º29.17%28.24%-
XYZ4.533.966.66-
YUV57.58136.14133.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 72 (28.52% from 255) = 38.30%
R=34.57%
G=27.13%
B=38.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6551720.100.2900.7228017.0724.12
Hex413348A1D0481181118
Octal10163110123501104302130
Binary10000011100111001000101011101010010001000110001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413348; }

 p { color: rgb(65,51,72); }

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

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

 a { background-color: rgb(65,51,72); }

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

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

 span { border-color: rgb(65,51,72); }

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