#41467A

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

Shades of Jacksons Purple #41467A

Tints of Jacksons Purple #41467A

Color information

#41467A (or 0x41467A) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 7A. RGB value is (65,70,122). Sum of RGB (Red+Green+Blue) = 65+70+122=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #41467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41467A is #BEB985. Grayscale: #4A4A4A. Windows color (decimal): -12499334 or 8013377. OLE color: 8013377.

HSL color Cylindrical-coordinate representation of color #41467A: hue angle of 234.74º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41467A is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6570122-
CMYK0.470.4300.52
HSL234.74º30.48%36.67%-
HSV(B)234.74º46.72%47.84%-
XYZ7.886.9119.33-
YUV74.43154.84121.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=25.29%
G=27.24%
B=47.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65701220.470.4300.52234.7430.4836.67
Hex41467A2F2B034eb1e25
Octal10110617257530643533645
Binary10000011000110111101010111110101101101001110101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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