Html Css Color HEX #404984 Jacksons Purple

📋 copy color: '#404984'

red 64 ◦ green 73 ◦ blue 132

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

Shades of Jacksons Purple #404984

Tints of Jacksons Purple #404984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 23.79%
G = 27.14%
B = 49.07%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#404984 (or 0x404984) is known color: Jacksons Purple. HEX triplet: 40, 49 and 84. RGB value is (64,73,132). Sum of RGB (Red+Green+Blue) = 64+73+132=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #404984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404984 is #BFB67B. Grayscale: #4C4C4C. Windows color (decimal): -12564092 or 8669504. OLE color: 8669504.

HSL color Cylindrical-coordinate representation of color #404984: hue angle of 232.06º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404984 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 73 132 -
CMYK 0.52 0.45 0 0.48
HSL 232.06º 0.35% 0.38% -
HSV(B) 232.06º 0.52% 0.52% -
XYZ 8.66 7.52 22.82 -
YUV 77.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 64 73 132 0.52 0.45 0 0.48 232.06 0.35 0.38
Hex 40 49 84 34 2D 0 30 E8 23 26
Octal 100 111 204 64 55 0 60 350 43 46
Binary 1000000 1001001 10000100 110100 101101 0 110000 11101000 100011 100110

Color Harmonies of #404984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404984

Black with #404984

Text Example


Text Example

White with #404984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404984; }

 p { color: rgb(64,73,132); }

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

background-color css

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

 a { background-color: rgb(64,73,132); }

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

border-color css

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

 span { border-color: rgb(64,73,132); }

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