#41467C

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

Shades of Jacksons Purple #41467C

Tints of Jacksons Purple #41467C

Color information

#41467C (or 0x41467C) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 7C. RGB value is (65,70,124). Sum of RGB (Red+Green+Blue) = 65+70+124=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #41467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41467C is #BEB983. Grayscale: #4A4A4A. Windows color (decimal): -12499332 or 8144449. OLE color: 8144449.

HSL color Cylindrical-coordinate representation of color #41467C: hue angle of 234.92º 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 #41467C is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6570124-
CMYK0.480.4400.51
HSL234.92º31.22%37.06%-
HSV(B)234.92º47.58%48.63%-
XYZ8.016.9619.99-
YUV74.66155.84121.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=25.10%
G=27.03%
B=47.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65701240.480.4400.51234.9231.2237.06
Hex41467C302C033eb1f25
Octal10110617460540633533745
Binary10000011000110111110011000010110001100111110101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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