Html Css Color HEX #414679 Jacksons Purple

📋 copy color: '#414679'

red 65 ◦ green 70 ◦ blue 121

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

Shades of Jacksons Purple #414679

Tints of Jacksons Purple #414679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

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

R = 25.39%
G = 27.34%
B = 47.27%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#414679 (or 0x414679) is known color: Jacksons Purple. HEX triplet: 41, 46 and 79. RGB value is (65,70,121). Sum of RGB (Red+Green+Blue) = 65+70+121=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #414679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414679 is #BEB986. Grayscale: #4A4A4A. Windows color (decimal): -12499335 or 7947841. OLE color: 7947841.

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

Color convert

RGB 65 70 121 -
CMYK 0.46 0.42 0 0.53
HSL 234.64º 0.3% 0.36% -
HSV(B) 234.64º 0.46% 0.47% -
XYZ 7.82 6.88 19.01 -
YUV 74.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 65 70 121 0.46 0.42 0 0.53 234.64 0.3 0.36
Hex 41 46 79 2E 2A 0 35 EB 1E 24
Octal 101 106 171 56 52 0 65 353 36 44
Binary 1000001 1000110 1111001 101110 101010 0 110101 11101011 11110 100100

Color Harmonies of #414679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414679

Black with #414679

Text Example


Text Example

White with #414679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414679; }

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

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

background-color css

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

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

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

border-color css

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

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

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