#41397C

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

Shades of Jacksons Purple #41397C

Tints of Jacksons Purple #41397C

Color information

#41397C (or 0x41397C) is unknown color: approx Jacksons Purple. HEX triplet: 41, 39 and 7C. RGB value is (65,57,124). Sum of RGB (Red+Green+Blue) = 65+57+124=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #41397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41397C is #BEC683. Grayscale: #424242. Windows color (decimal): -12502660 or 8141121. OLE color: 8141121.

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

Color convert

RGB6557124-
CMYK0.480.5400.51
HSL247.16º37.02%35.49%-
HSV(B)247.16º54.03%48.63%-
XYZ7.285.5119.75-
YUV67.03160.15126.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=26.42%
G=23.17%
B=50.41%

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
Decimal65571240.480.5400.51247.1637.0235.49
Hex41397C3036033f72523
Octal1017117460660633674543
Binary10000011110011111100110000110110011001111110111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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