#41417D

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

Shades of Jacksons Purple #41417D

Tints of Jacksons Purple #41417D

Color information

#41417D (or 0x41417D) is unknown color: approx Jacksons Purple. HEX triplet: 41, 41 and 7D. RGB value is (65,65,125). Sum of RGB (Red+Green+Blue) = 65+65+125=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #41417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41417D is #BEBE82. Grayscale: #474747. Windows color (decimal): -12500611 or 8208705. OLE color: 8208705.

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

Color convert

RGB6565125-
CMYK0.480.4800.51
HSL240º31.58%37.25%-
HSV(B)240º48%49.02%-
XYZ7.776.3920.22-
YUV71.84158123.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=25.49%
G=25.49%
B=49.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65651250.480.4800.5124031.5837.25
Hex41417D3030033f02025
Octal10110117560600633604045
Binary100000110000011111101110000110000011001111110000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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