#414482

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

Shades of Jacksons Purple #414482

Tints of Jacksons Purple #414482

Color information

#414482 (or 0x414482) is unknown color: approx Jacksons Purple. HEX triplet: 41, 44 and 82. RGB value is (65,68,130). Sum of RGB (Red+Green+Blue) = 65+68+130=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #414482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414482 is #BEBB7D. Grayscale: #494949. Windows color (decimal): -12499838 or 8537153. OLE color: 8537153.

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

Color convert

RGB6568130-
CMYK0.500.4800.49
HSL237.23º33.33%38.24%-
HSV(B)237.23º50%50.98%-
XYZ8.286.8722.01-
YUV74.17159.51121.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=24.71%
G=25.86%
B=49.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65681300.500.4800.49237.2333.3338.24
Hex4144823230031ed2126
Octal10110420262600613554146
Binary1000001100010010000010110010110000011000111101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414482; }

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

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

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

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

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

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

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

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