Html Css Color HEX #404586 Jacksons Purple

📋 copy color: '#404586'

red 64 ◦ green 69 ◦ blue 134

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

Shades of Jacksons Purple #404586

Tints of Jacksons Purple #404586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

 BLUE value IS 134 (52.73% from 255) = 50.19%

R = 23.97%
G = 25.84%
B = 50.19%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#404586 (or 0x404586) is known color: Jacksons Purple. HEX triplet: 40, 45 and 86. RGB value is (64,69,134). Sum of RGB (Red+Green+Blue) = 64+69+134=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #404586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404586 is #BFBA79. Grayscale: #4A4A4A. Windows color (decimal): -12565114 or 8799552. OLE color: 8799552.

HSL color Cylindrical-coordinate representation of color #404586: hue angle of 235.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404586 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 69 134 -
CMYK 0.52 0.49 0 0.47
HSL 235.71º 0.35% 0.39% -
HSV(B) 235.71º 0.52% 0.53% -
XYZ 8.55 7.07 23.47 -
YUV 74.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 64 69 134 0.52 0.49 0 0.47 235.71 0.35 0.39
Hex 40 45 86 34 31 0 2F EC 23 27
Octal 100 105 206 64 61 0 57 354 43 47
Binary 1000000 1000101 10000110 110100 110001 0 101111 11101100 100011 100111

Color Harmonies of #404586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404586

Black with #404586

Text Example


Text Example

White with #404586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404586; }

 p { color: rgb(64,69,134); }

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

background-color css

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

 a { background-color: rgb(64,69,134); }

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

border-color css

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

 span { border-color: rgb(64,69,134); }

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