#41234F

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

Shades of Jagger #41234F

Tints of Jagger #41234F

Color information

#41234F (or 0x41234F) is unknown color: approx Jagger. HEX triplet: 41, 23 and 4F. RGB value is (65,35,79). Sum of RGB (Red+Green+Blue) = 65+35+79=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #41234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41234F is #BEDCB0. Grayscale: #303030. Windows color (decimal): -12508337 or 5186369. OLE color: 5186369.

HSL color Cylindrical-coordinate representation of color #41234F: hue angle of 280.91º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41234F is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB653579-
CMYK0.180.5600.69
HSL280.91º38.6%22.35%-
HSV(B)280.91º55.7%30.98%-
XYZ4.192.897.73-
YUV48.99144.94139.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=36.31%
G=19.55%
B=44.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6535790.180.5600.69280.9138.622.35
Hex41234F12380451192716
Octal10143117227001054314726
Binary10000011000111001111100101110000100010110001100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41234F; }

 p { color: rgb(65,35,79); }

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

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

 a { background-color: rgb(65,35,79); }

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

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

 span { border-color: rgb(65,35,79); }

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