Html Css Color HEX #414979 Jacksons Purple

📋 copy color: '#414979'

red 65 ◦ green 73 ◦ blue 121

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

Shades of Jacksons Purple #414979

Tints of Jacksons Purple #414979

RGB

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

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

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

R = 25.1%
G = 28.19%
B = 46.72%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#414979 (or 0x414979) is known color: Jacksons Purple. HEX triplet: 41, 49 and 79. RGB value is (65,73,121). Sum of RGB (Red+Green+Blue) = 65+73+121=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #414979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414979 is #BEB686. Grayscale: #4B4B4B. Windows color (decimal): -12498567 or 7948609. OLE color: 7948609.

HSL color Cylindrical-coordinate representation of color #414979: hue angle of 231.43º 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 #414979 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 73 121 -
CMYK 0.46 0.40 0 0.53
HSL 231.43º 0.3% 0.36% -
HSV(B) 231.43º 0.46% 0.47% -
XYZ 8.01 7.27 19.07 -
YUV 76.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 65 73 121 0.46 0.40 0 0.53 231.43 0.3 0.36
Hex 41 49 79 2E 28 0 35 E7 1E 24
Octal 101 111 171 56 50 0 65 347 36 44
Binary 1000001 1001001 1111001 101110 101000 0 110101 11100111 11110 100100

Color Harmonies of #414979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414979

Black with #414979

Text Example


Text Example

White with #414979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414979; }

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

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

background-color css

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

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

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

border-color css

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

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

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