#414784

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

Shades of Jacksons Purple #414784

Tints of Jacksons Purple #414784

Color information

#414784 (or 0x414784) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 84. RGB value is (65,71,132). Sum of RGB (Red+Green+Blue) = 65+71+132=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #414784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414784 is #BEB87B. Grayscale: #4B4B4B. Windows color (decimal): -12499068 or 8668993. OLE color: 8668993.

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

Color convert

RGB6571132-
CMYK0.510.4600.48
HSL234.63º34.01%38.63%-
HSV(B)234.63º50.76%51.76%-
XYZ8.67.322.78-
YUV76.16159.51120.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=24.25%
G=26.49%
B=49.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65711320.510.4600.48234.6334.0138.63
Hex414784332E030eb2227
Octal10110720463560603534247
Binary1000001100011110000100110011101110011000011101011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414784; }

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

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

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

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

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

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

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

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