#414A84

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

Shades of Jacksons Purple #414A84

Tints of Jacksons Purple #414A84

Color information

#414A84 (or 0x414A84) is unknown color: approx Jacksons Purple. HEX triplet: 41, 4A and 84. RGB value is (65,74,132). Sum of RGB (Red+Green+Blue) = 65+74+132=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #414A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A84 is #BEB57B. Grayscale: #4D4D4D. Windows color (decimal): -12498300 or 8669761. OLE color: 8669761.

HSL color Cylindrical-coordinate representation of color #414A84: hue angle of 231.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414A84 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6574132-
CMYK0.510.4400.48
HSL231.94º34.01%38.63%-
HSV(B)231.94º50.76%51.76%-
XYZ8.797.6922.85-
YUV77.92158.52118.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.99%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=23.99%
G=27.31%
B=48.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65741320.510.4400.48231.9434.0138.63
Hex414A84332C030e82227
Octal10111220463540603504247
Binary1000001100101010000100110011101100011000011101000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A84; }

 p { color: rgb(65,74,132); }

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

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

 a { background-color: rgb(65,74,132); }

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

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

 span { border-color: rgb(65,74,132); }

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