Html Css Color HEX #414279 Jacksons Purple

📋 copy color: '#414279'

red 65 ◦ green 66 ◦ blue 121

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

Shades of Jacksons Purple #414279

Tints of Jacksons Purple #414279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 25.79%
G = 26.19%
B = 48.02%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#414279 (or 0x414279) is known color: Jacksons Purple. HEX triplet: 41, 42 and 79. RGB value is (65,66,121). Sum of RGB (Red+Green+Blue) = 65+66+121=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #414279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414279 is #BEBD86. Grayscale: #474747. Windows color (decimal): -12500359 or 7946817. OLE color: 7946817.

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

Color convert

RGB 65 66 121 -
CMYK 0.46 0.45 0 0.53
HSL 238.93º 0.3% 0.36% -
HSV(B) 238.93º 0.46% 0.47% -
XYZ 7.58 6.4 18.93 -
YUV 71.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 65 66 121 0.46 0.45 0 0.53 238.93 0.3 0.36
Hex 41 42 79 2E 2D 0 35 EF 1E 24
Octal 101 102 171 56 55 0 65 357 36 44
Binary 1000001 1000010 1111001 101110 101101 0 110101 11101111 11110 100100

Color Harmonies of #414279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414279

Black with #414279

Text Example


Text Example

White with #414279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414279; }

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

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

background-color css

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

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

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

border-color css

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

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

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