Html Css Color HEX #474582 Jacksons Purple

📋 copy color: '#474582'

red 71 ◦ green 69 ◦ blue 130

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

Shades of Jacksons Purple #474582

Tints of Jacksons Purple #474582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 26.3%
G = 25.56%
B = 48.15%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474582 (or 0x474582) is known color: Jacksons Purple. HEX triplet: 47, 45 and 82. RGB value is (71,69,130). Sum of RGB (Red+Green+Blue) = 71+69+130=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #474582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474582 is #B8BA7D. Grayscale: #4C4C4C. Windows color (decimal): -12106366 or 8537415. OLE color: 8537415.

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

Color convert

RGB 71 69 130 -
CMYK 0.45 0.47 0 0.49
HSL 241.97º 0.31% 0.39% -
HSV(B) 241.97º 0.47% 0.51% -
XYZ 8.76 7.21 22.05 -
YUV 76.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 71 69 130 0.45 0.47 0 0.49 241.97 0.31 0.39
Hex 47 45 82 2D 2F 0 31 F2 1F 27
Octal 107 105 202 55 57 0 61 362 37 47
Binary 1000111 1000101 10000010 101101 101111 0 110001 11110010 11111 100111

Color Harmonies of #474582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474582

Black with #474582

Text Example


Text Example

White with #474582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474582; }

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

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

background-color css

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

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

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

border-color css

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

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

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