#414481

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

Shades of Jacksons Purple #414481

Tints of Jacksons Purple #414481

Color information

#414481 (or 0x414481) is unknown color: approx Jacksons Purple. HEX triplet: 41, 44 and 81. RGB value is (65,68,129). Sum of RGB (Red+Green+Blue) = 65+68+129=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #414481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414481 is #BEBB7E. Grayscale: #494949. Windows color (decimal): -12499839 or 8471617. OLE color: 8471617.

HSL color Cylindrical-coordinate representation of color #414481: hue angle of 237.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414481 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6568129-
CMYK0.500.4700.49
HSL237.19º32.99%38.04%-
HSV(B)237.19º49.61%50.59%-
XYZ8.216.8421.66-
YUV74.06159.01121.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 129 (50.78% from 255) = 49.24%
R=24.81%
G=25.95%
B=49.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65681290.500.4700.49237.1932.9938.04
Hex414481322F031ed2126
Octal10110420162570613554146
Binary1000001100010010000001110010101111011000111101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414481; }

 p { color: rgb(65,68,129); }

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

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

 a { background-color: rgb(65,68,129); }

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

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

 span { border-color: rgb(65,68,129); }

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