#41497C

Color #41497C Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #41497C

Tints of Jacksons Purple #41497C

Color information

#41497C (or 0x41497C) is unknown color: approx Jacksons Purple. HEX triplet: 41, 49 and 7C. RGB value is (65,73,124). Sum of RGB (Red+Green+Blue) = 65+73+124=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #41497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41497C is #BEB683. Grayscale: #4C4C4C. Windows color (decimal): -12498564 or 8145217. OLE color: 8145217.

HSL color Cylindrical-coordinate representation of color #41497C: hue angle of 231.86º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41497C is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6573124-
CMYK0.480.4100.51
HSL231.86º31.22%37.06%-
HSV(B)231.86º47.58%48.63%-
XYZ8.27.3420.05-
YUV76.42154.85119.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=24.81%
G=27.86%
B=47.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65731240.480.4100.51231.8631.2237.06
Hex41497C3029033e81f25
Octal10111117460510633503745
Binary10000011001001111110011000010100101100111110100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41497C; }

 p { color: rgb(65,73,124); }

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

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

 a { background-color: rgb(65,73,124); }

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

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

 span { border-color: rgb(65,73,124); }

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