#474881

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

Shades of Jacksons Purple #474881

Tints of Jacksons Purple #474881

Color information

#474881 (or 0x474881) is unknown color: approx Jacksons Purple. HEX triplet: 47, 48 and 81. RGB value is (71,72,129). Sum of RGB (Red+Green+Blue) = 71+72+129=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #474881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474881 is #B8B77E. Grayscale: #4D4D4D. Windows color (decimal): -12105599 or 8472647. OLE color: 8472647.

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

Color convert

RGB7172129-
CMYK0.450.4400.49
HSL238.97º29%39.22%-
HSV(B)238.97º44.96%50.59%-
XYZ8.887.5621.76-
YUV78.2156.67122.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=26.10%
G=26.47%
B=47.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71721290.450.4400.49238.972939.22
Hex4748812D2C031ef1d27
Octal10711020155540613573547
Binary100011110010001000000110110110110001100011110111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474881; }

 p { color: rgb(71,72,129); }

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

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

 a { background-color: rgb(71,72,129); }

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

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

 span { border-color: rgb(71,72,129); }

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