#474880

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

Shades of Jacksons Purple #474880

Tints of Jacksons Purple #474880

Color information

#474880 (or 0x474880) is unknown color: approx Jacksons Purple. HEX triplet: 47, 48 and 80. RGB value is (71,72,128). Sum of RGB (Red+Green+Blue) = 71+72+128=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #474880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474880 is #B8B77F. Grayscale: #4D4D4D. Windows color (decimal): -12105600 or 8407111. OLE color: 8407111.

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

Color convert

RGB7172128-
CMYK0.450.4400.50
HSL238.95º28.64%39.02%-
HSV(B)238.95º44.53%50.2%-
XYZ8.817.5321.41-
YUV78.08156.17122.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 128 (50.39% from 255) = 47.23%
R=26.20%
G=26.57%
B=47.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71721280.450.4400.50238.9528.6439.02
Hex4748802D2C032ef1d27
Octal10711020055540623573547
Binary100011110010001000000010110110110001100101110111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474880; }

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

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

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

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

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

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

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

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