#41487B

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

Shades of Jacksons Purple #41487B

Tints of Jacksons Purple #41487B

Color information

#41487B (or 0x41487B) is unknown color: approx Jacksons Purple. HEX triplet: 41, 48 and 7B. RGB value is (65,72,123). Sum of RGB (Red+Green+Blue) = 65+72+123=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #41487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41487B is #BEB784. Grayscale: #4B4B4B. Windows color (decimal): -12498821 or 8079425. OLE color: 8079425.

HSL color Cylindrical-coordinate representation of color #41487B: hue angle of 232.76º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41487B is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6572123-
CMYK0.470.4100.52
HSL232.76º30.85%36.86%-
HSV(B)232.76º47.15%48.24%-
XYZ8.077.1919.7-
YUV75.72154.68120.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=25%
G=27.69%
B=47.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65721230.470.4100.52232.7630.8536.86
Hex41487B2F29034e91f25
Octal10111017357510643513745
Binary10000011001000111101110111110100101101001110100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,72,123); }

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

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

 a { background-color: rgb(65,72,123); }

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

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

 span { border-color: rgb(65,72,123); }

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