#41397E

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

Shades of Jacksons Purple #41397E

Tints of Jacksons Purple #41397E

Color information

#41397E (or 0x41397E) is unknown color: approx Jacksons Purple. HEX triplet: 41, 39 and 7E. RGB value is (65,57,126). Sum of RGB (Red+Green+Blue) = 65+57+126=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #41397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41397E is #BEC681. Grayscale: #424242. Windows color (decimal): -12502658 or 8272193. OLE color: 8272193.

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

Color convert

RGB6557126-
CMYK0.480.5500.51
HSL246.96º37.7%35.88%-
HSV(B)246.96º54.76%49.41%-
XYZ7.415.5620.42-
YUV67.26161.15126.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 126 (49.61% from 255) = 50.81%
R=26.21%
G=22.98%
B=50.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65571260.480.5500.51246.9637.735.88
Hex41397E3037033f72624
Octal1017117660670633674644
Binary10000011110011111110110000110111011001111110111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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