#412253

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

Shades of Jagger #412253

Tints of Jagger #412253

Color information

#412253 (or 0x412253) is unknown color: approx Jagger. HEX triplet: 41, 22 and 53. RGB value is (65,34,83). Sum of RGB (Red+Green+Blue) = 65+34+83=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #412253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412253 is #BEDDAC. Grayscale: #303030. Windows color (decimal): -12508589 or 5448257. OLE color: 5448257.

HSL color Cylindrical-coordinate representation of color #412253: hue angle of 277.96º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412253 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB653483-
CMYK0.220.5900.67
HSL277.96º41.88%22.94%-
HSV(B)277.96º59.04%32.55%-
XYZ4.312.898.51-
YUV48.86147.27139.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=35.71%
G=18.68%
B=45.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6534830.220.5900.67277.9641.8822.94
Hex412253163B0431162a17
Octal10142123267301034265227
Binary10000011000101010011101101110110100001110001011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412253; }

 p { color: rgb(65,34,83); }

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

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

 a { background-color: rgb(65,34,83); }

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

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

 span { border-color: rgb(65,34,83); }

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