#41478D

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

Shades of Jacksons Purple #41478D

Tints of Jacksons Purple #41478D

Color information

#41478D (or 0x41478D) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 8D. RGB value is (65,71,141). Sum of RGB (Red+Green+Blue) = 65+71+141=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #41478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41478D is #BEB872. Grayscale: #4C4C4C. Windows color (decimal): -12499059 or 9258817. OLE color: 9258817.

HSL color Cylindrical-coordinate representation of color #41478D: hue angle of 235.26º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41478D is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6571141-
CMYK0.540.5000.45
HSL235.26º36.89%40.39%-
HSV(B)235.26º53.9%55.29%-
XYZ9.247.5526.17-
YUV77.19164.01119.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=23.47%
G=25.63%
B=50.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65711410.540.5000.45235.2636.8940.39
Hex41478D363202Deb2528
Octal10110721566620553534550
Binary1000001100011110001101110110110010010110111101011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,71,141); }

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

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

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

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

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

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

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