#41397D

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

Shades of Jacksons Purple #41397D

Tints of Jacksons Purple #41397D

Color information

#41397D (or 0x41397D) is unknown color: approx Jacksons Purple. HEX triplet: 41, 39 and 7D. RGB value is (65,57,125). Sum of RGB (Red+Green+Blue) = 65+57+125=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #41397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41397D is #BEC682. Grayscale: #424242. Windows color (decimal): -12502659 or 8206657. OLE color: 8206657.

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

Color convert

RGB6557125-
CMYK0.480.5400.51
HSL247.06º37.36%35.69%-
HSV(B)247.06º54.4%49.02%-
XYZ7.345.5320.08-
YUV67.14160.65126.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=26.32%
G=23.08%
B=50.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65571250.480.5400.51247.0637.3635.69
Hex41397D3036033f72524
Octal1017117560660633674544
Binary10000011110011111101110000110110011001111110111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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