Html Css Color HEX #474982 Jacksons Purple

📋 copy color: '#474982'

red 71 ◦ green 73 ◦ blue 130

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

Shades of Jacksons Purple #474982

Tints of Jacksons Purple #474982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

 BLUE value IS 130 (51.17% from 255) = 47.45%

R = 25.91%
G = 26.64%
B = 47.45%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474982 (or 0x474982) is known color: Jacksons Purple. HEX triplet: 47, 49 and 82. RGB value is (71,73,130). Sum of RGB (Red+Green+Blue) = 71+73+130=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #474982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474982 is #B8B67D. Grayscale: #4E4E4E. Windows color (decimal): -12105342 or 8538439. OLE color: 8538439.

HSL color Cylindrical-coordinate representation of color #474982: hue angle of 237.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 #474982 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 73 130 -
CMYK 0.45 0.44 0 0.49
HSL 237.97º 0.29% 0.39% -
HSV(B) 237.97º 0.45% 0.51% -
XYZ 9.01 7.72 22.13 -
YUV 78.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 71 73 130 0.45 0.44 0 0.49 237.97 0.29 0.39
Hex 47 49 82 2D 2C 0 31 EE 1D 27
Octal 107 111 202 55 54 0 61 356 35 47
Binary 1000111 1001001 10000010 101101 101100 0 110001 11101110 11101 100111

Color Harmonies of #474982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474982

Black with #474982

Text Example


Text Example

White with #474982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474982; }

 p { color: rgb(71,73,130); }

 H1.HeaderClassName
 {
   color: #474982;
 }
 .AnyTagClassName
 {
   color: #474982;
 }
</style>

background-color css

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

 a { background-color: rgb(71,73,130); }

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

border-color css

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

 span { border-color: rgb(71,73,130); }

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