#413250

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

Shades of Jagger #413250

Tints of Jagger #413250

Color information

#413250 (or 0x413250) is unknown color: approx Jagger. HEX triplet: 41, 32 and 50. RGB value is (65,50,80). Sum of RGB (Red+Green+Blue) = 65+50+80=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #413250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413250 is #BECDAF. Grayscale: #393939. Windows color (decimal): -12504496 or 5255745. OLE color: 5255745.

HSL color Cylindrical-coordinate representation of color #413250: hue angle of 270º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413250 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB655080-
CMYK0.190.3700.69
HSL270º23.08%25.49%-
HSV(B)270º37.5%31.37%-
XYZ4.773.988.11-
YUV57.9140.47133.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=33.33%
G=25.64%
B=41.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6550800.190.3700.6927023.0825.49
Hex413250132504510e1719
Octal10162120234501054162731
Binary1000001110010101000010011100101010001011000011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413250; }

 p { color: rgb(65,50,80); }

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

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

 a { background-color: rgb(65,50,80); }

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

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

 span { border-color: rgb(65,50,80); }

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