#404692

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

Shades of Jacksons Purple #404692

Tints of Jacksons Purple #404692

Color information

#404692 (or 0x404692) is unknown color: approx Jacksons Purple. HEX triplet: 40, 46 and 92. RGB value is (64,70,146). Sum of RGB (Red+Green+Blue) = 64+70+146=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #404692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404692 is #BFB96D. Grayscale: #4C4C4C. Windows color (decimal): -12564846 or 9586240. OLE color: 9586240.

HSL color Cylindrical-coordinate representation of color #404692: hue angle of 235.61º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404692 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6470146-
CMYK0.560.5200.43
HSL235.61º39.05%41.18%-
HSV(B)235.61º56.16%57.25%-
XYZ9.497.5528.15-
YUV76.87167.01118.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=22.86%
G=25%
B=52.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64701460.560.5200.43235.6139.0541.18
Hex404692383402Bec2729
Octal10010622270640533544751
Binary1000000100011010010010111000110100010101111101100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404692; }

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

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

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

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

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

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

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

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