#412254

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

Shades of Jagger #412254

Tints of Jagger #412254

Color information

#412254 (or 0x412254) is unknown color: approx Jagger. HEX triplet: 41, 22 and 54. RGB value is (65,34,84). Sum of RGB (Red+Green+Blue) = 65+34+84=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #412254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412254 is #BEDDAB. Grayscale: #303030. Windows color (decimal): -12508588 or 5513793. OLE color: 5513793.

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

Color convert

RGB653484-
CMYK0.230.6000.67
HSL277.2º42.37%23.14%-
HSV(B)277.2º59.52%32.94%-
XYZ4.352.918.72-
YUV48.97147.77139.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=35.52%
G=18.58%
B=45.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6534840.230.6000.67277.242.3723.14
Hex412254173C0431152a17
Octal10142124277401034255227
Binary10000011000101010100101111111000100001110001010110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412254; }

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

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

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

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

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

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

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

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