#404684

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

Shades of Jacksons Purple #404684

Tints of Jacksons Purple #404684

Color information

#404684 (or 0x404684) is unknown color: approx Jacksons Purple. HEX triplet: 40, 46 and 84. RGB value is (64,70,132). Sum of RGB (Red+Green+Blue) = 64+70+132=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #404684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404684 is #BFB97B. Grayscale: #4B4B4B. Windows color (decimal): -12564860 or 8668736. OLE color: 8668736.

HSL color Cylindrical-coordinate representation of color #404684: hue angle of 234.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404684 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6470132-
CMYK0.520.4700.48
HSL234.71º34.69%38.43%-
HSV(B)234.71º51.52%51.76%-
XYZ8.477.1422.76-
YUV75.27160.01119.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=24.06%
G=26.32%
B=49.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64701320.520.4700.48234.7134.6938.43
Hex404684342F030eb2326
Octal10010620464570603534346
Binary1000000100011010000100110100101111011000011101011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404684; }

 p { color: rgb(64,70,132); }

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

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

 a { background-color: rgb(64,70,132); }

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

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

 span { border-color: rgb(64,70,132); }

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