Html Css Color HEX #474880 Jacksons Purple

📋 copy color: '#474880'

red 71 ◦ green 72 ◦ blue 128

#474880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #474880

Tints of Jacksons Purple #474880

RGB

 RED value IS 71 (28.13% from 255) = 26.2%

 GREEN value IS 72 (28.52% from 255) = 26.57%

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 26.2%
G = 26.57%
B = 47.23%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#474880 (or 0x474880) is known color: 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

RGB 71 72 128 -
CMYK 0.45 0.44 0 0.50
HSL 238.95º 0.29% 0.39% -
HSV(B) 238.95º 0.45% 0.5% -
XYZ 8.81 7.53 21.41 -
YUV 78.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 71 72 128 0.45 0.44 0 0.50 238.95 0.29 0.39
Hex 47 48 80 2D 2C 0 32 EF 1D 27
Octal 107 110 200 55 54 0 62 357 35 47
Binary 1000111 1001000 10000000 101101 101100 0 110010 11101111 11101 100111

Color Harmonies of #474880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474880

Black with #474880

Text Example


Text Example

White with #474880

Text Example


Text Example

HTML Codes & Css Web 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>