#453151

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

Shades of Jagger #453151

Tints of Jagger #453151

Color information

#453151 (or 0x453151) is unknown color: approx Jagger. HEX triplet: 45, 31 and 51. RGB value is (69,49,81). Sum of RGB (Red+Green+Blue) = 69+49+81=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 49 (19.53% from 255 or 24.62% 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 #453151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453151 is #BACEAE. Grayscale: #3A3A3A. Windows color (decimal): -12242607 or 5321029. OLE color: 5321029.

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

Color convert

RGB694981-
CMYK0.150.4000.68
HSL277.5º24.62%25.49%-
HSV(B)277.5º39.51%31.76%-
XYZ5.044.068.3-
YUV58.63140.63135.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=34.67%
G=24.62%
B=40.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6949810.150.4000.68277.524.6225.49
Hex453151F280441161919
Octal10561121175001044263131
Binary100010111000110100011111101000010001001000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453151; }

 p { color: rgb(69,49,81); }

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

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

 a { background-color: rgb(69,49,81); }

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

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

 span { border-color: rgb(69,49,81); }

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