#41478B

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

Shades of Jacksons Purple #41478B

Tints of Jacksons Purple #41478B

Color information

#41478B (or 0x41478B) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 8B. RGB value is (65,71,139). Sum of RGB (Red+Green+Blue) = 65+71+139=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #41478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41478B is #BEB874. Grayscale: #4C4C4C. Windows color (decimal): -12499061 or 9127745. OLE color: 9127745.

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

Color convert

RGB6571139-
CMYK0.530.4900.45
HSL235.14º36.27%40%-
HSV(B)235.14º53.24%54.51%-
XYZ9.097.4925.39-
YUV76.96163.01119.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=23.64%
G=25.82%
B=50.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65711390.530.4900.45235.1436.2740
Hex41478B353102Deb2428
Octal10110721365610553534450
Binary1000001100011110001011110101110001010110111101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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