#414581

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

Shades of Jacksons Purple #414581

Tints of Jacksons Purple #414581

Color information

#414581 (or 0x414581) is unknown color: approx Jacksons Purple. HEX triplet: 41, 45 and 81. RGB value is (65,69,129). Sum of RGB (Red+Green+Blue) = 65+69+129=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #414581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414581 is #BEBA7E. Grayscale: #4A4A4A. Windows color (decimal): -12499583 or 8471873. OLE color: 8471873.

HSL color Cylindrical-coordinate representation of color #414581: hue angle of 236.25º 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 #414581 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6569129-
CMYK0.500.4700.49
HSL236.25º32.99%38.04%-
HSV(B)236.25º49.61%50.59%-
XYZ8.276.9721.68-
YUV74.64158.67121.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 129 (50.78% from 255) = 49.05%
R=24.71%
G=26.24%
B=49.05%

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
Decimal65691290.500.4700.49236.2532.9938.04
Hex414581322F031ec2126
Octal10110520162570613544146
Binary1000001100010110000001110010101111011000111101100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414581; }

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

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

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

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

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

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

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

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