#41487C

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

Shades of Jacksons Purple #41487C

Tints of Jacksons Purple #41487C

Color information

#41487C (or 0x41487C) is unknown color: approx Jacksons Purple. HEX triplet: 41, 48 and 7C. RGB value is (65,72,124). Sum of RGB (Red+Green+Blue) = 65+72+124=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #41487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41487C is #BEB783. Grayscale: #4B4B4B. Windows color (decimal): -12498820 or 8144961. OLE color: 8144961.

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

Color convert

RGB6572124-
CMYK0.480.4200.51
HSL232.88º31.22%37.06%-
HSV(B)232.88º47.58%48.63%-
XYZ8.147.2120.03-
YUV75.83155.18120.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=24.90%
G=27.59%
B=47.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65721240.480.4200.51232.8831.2237.06
Hex41487C302A033e91f25
Octal10111017460520633513745
Binary10000011001000111110011000010101001100111110100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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