#41397F

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

Shades of Jacksons Purple #41397F

Tints of Jacksons Purple #41397F

Color information

#41397F (or 0x41397F) is unknown color: approx Jacksons Purple. HEX triplet: 41, 39 and 7F. RGB value is (65,57,127). Sum of RGB (Red+Green+Blue) = 65+57+127=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #41397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41397F is #BEC680. Grayscale: #434343. Windows color (decimal): -12502657 or 8337729. OLE color: 8337729.

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

Color convert

RGB6557127-
CMYK0.490.5500.50
HSL246.86º38.04%36.08%-
HSV(B)246.86º55.12%49.8%-
XYZ7.475.5820.76-
YUV67.37161.65126.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 127 (50% from 255) = 51.00%
R=26.10%
G=22.89%
B=51.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65571270.490.5500.50246.8638.0436.08
Hex41397F3137032f72624
Octal1017117761670623674644
Binary10000011110011111111110001110111011001011110111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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