#404883

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

Shades of Jacksons Purple #404883

Tints of Jacksons Purple #404883

Color information

#404883 (or 0x404883) is unknown color: approx Jacksons Purple. HEX triplet: 40, 48 and 83. RGB value is (64,72,131). Sum of RGB (Red+Green+Blue) = 64+72+131=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #404883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404883 is #BFB77C. Grayscale: #4C4C4C. Windows color (decimal): -12564349 or 8603712. OLE color: 8603712.

HSL color Cylindrical-coordinate representation of color #404883: hue angle of 232.84º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #404883 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6472131-
CMYK0.510.4500.49
HSL232.84º34.36%38.24%-
HSV(B)232.84º51.15%51.37%-
XYZ8.537.3622.44-
YUV76.33158.85119.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=23.97%
G=26.97%
B=49.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64721310.510.4500.49232.8434.3638.24
Hex404883332D031e92226
Octal10011020363550613514246
Binary1000000100100010000011110011101101011000111101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404883; }

 p { color: rgb(64,72,131); }

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

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

 a { background-color: rgb(64,72,131); }

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

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

 span { border-color: rgb(64,72,131); }

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