#41467D

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

Shades of Jacksons Purple #41467D

Tints of Jacksons Purple #41467D

Color information

#41467D (or 0x41467D) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 7D. RGB value is (65,70,125). Sum of RGB (Red+Green+Blue) = 65+70+125=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #41467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41467D is #BEB982. Grayscale: #4A4A4A. Windows color (decimal): -12499331 or 8209985. OLE color: 8209985.

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

Color convert

RGB6570125-
CMYK0.480.4400.51
HSL235º31.58%37.25%-
HSV(B)235º48%49.02%-
XYZ8.076.9820.32-
YUV74.77156.34121.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=25%
G=26.92%
B=48.08%

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
Decimal65701250.480.4400.5123531.5837.25
Hex41467D302C033eb2025
Octal10110617560540633534045
Binary100000110001101111101110000101100011001111101011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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