#41488A

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

Shades of Jacksons Purple #41488A

Tints of Jacksons Purple #41488A

Color information

#41488A (or 0x41488A) is unknown color: approx Jacksons Purple. HEX triplet: 41, 48 and 8A. RGB value is (65,72,138). Sum of RGB (Red+Green+Blue) = 65+72+138=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #41488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41488A is #BEB775. Grayscale: #4D4D4D. Windows color (decimal): -12498806 or 9062465. OLE color: 9062465.

HSL color Cylindrical-coordinate representation of color #41488A: hue angle of 234.25º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41488A is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6572138-
CMYK0.530.4800.46
HSL234.25º35.96%39.8%-
HSV(B)234.25º52.9%54.12%-
XYZ9.087.5925.03-
YUV77.43162.18119.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=23.64%
G=26.18%
B=50.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65721380.530.4800.46234.2535.9639.8
Hex41488A353002Eea2428
Octal10111021265600563524450
Binary1000001100100010001010110101110000010111011101010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41488A; }

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

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

<style>
 a { background-color: #41488A; }

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

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

<style>
 span { border-color: #41488A; }

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

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