Html Css Color HEX #414779 Jacksons Purple

📋 copy color: '#414779'

red 65 ◦ green 71 ◦ blue 121

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

Shades of Jacksons Purple #414779

Tints of Jacksons Purple #414779

RGB

 RED value IS 65 (25.78% from 255) = 25.29%

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 25.29%
G = 27.63%
B = 47.08%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#414779 (or 0x414779) is known color: Jacksons Purple. HEX triplet: 41, 47 and 79. RGB value is (65,71,121). Sum of RGB (Red+Green+Blue) = 65+71+121=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #414779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414779 is #BEB886. Grayscale: #4A4A4A. Windows color (decimal): -12499079 or 7948097. OLE color: 7948097.

HSL color Cylindrical-coordinate representation of color #414779: hue angle of 233.57º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #414779 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 71 121 -
CMYK 0.46 0.41 0 0.53
HSL 233.57º 0.3% 0.36% -
HSV(B) 233.57º 0.46% 0.47% -
XYZ 7.88 7.01 19.03 -
YUV 74.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 65 71 121 0.46 0.41 0 0.53 233.57 0.3 0.36
Hex 41 47 79 2E 29 0 35 EA 1E 24
Octal 101 107 171 56 51 0 65 352 36 44
Binary 1000001 1000111 1111001 101110 101001 0 110101 11101010 11110 100100

Color Harmonies of #414779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414779

Black with #414779

Text Example


Text Example

White with #414779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414779; }

 p { color: rgb(65,71,121); }

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

background-color css

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

 a { background-color: rgb(65,71,121); }

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

border-color css

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

 span { border-color: rgb(65,71,121); }

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