Html Css Color HEX #404279 Jacksons Purple

📋 copy color: '#404279'

red 64 ◦ green 66 ◦ blue 121

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

Shades of Jacksons Purple #404279

Tints of Jacksons Purple #404279

RGB

 RED value IS 64 (25.39% from 255) = 25.5%

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

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

R = 25.5%
G = 26.29%
B = 48.21%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404279 (or 0x404279) is known color: Jacksons Purple. HEX triplet: 40, 42 and 79. RGB value is (64,66,121). Sum of RGB (Red+Green+Blue) = 64+66+121=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #404279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404279 is #BFBD86. Grayscale: #474747. Windows color (decimal): -12565895 or 7946816. OLE color: 7946816.

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

Color convert

RGB 64 66 121 -
CMYK 0.47 0.45 0 0.53
HSL 237.89º 0.31% 0.36% -
HSV(B) 237.89º 0.47% 0.47% -
XYZ 7.51 6.37 18.92 -
YUV 71.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 64 66 121 0.47 0.45 0 0.53 237.89 0.31 0.36
Hex 40 42 79 2F 2D 0 35 EE 1F 24
Octal 100 102 171 57 55 0 65 356 37 44
Binary 1000000 1000010 1111001 101111 101101 0 110101 11101110 11111 100100

Color Harmonies of #404279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404279

Black with #404279

Text Example


Text Example

White with #404279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404279; }

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

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

background-color css

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

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

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

border-color css

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

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

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