Html Css Color HEX #404591 Jacksons Purple

📋 copy color: '#404591'

red 64 ◦ green 69 ◦ blue 145

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

Shades of Jacksons Purple #404591

Tints of Jacksons Purple #404591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 23.02%
G = 24.82%
B = 52.16%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#404591 (or 0x404591) is known color: Jacksons Purple. HEX triplet: 40, 45 and 91. RGB value is (64,69,145). Sum of RGB (Red+Green+Blue) = 64+69+145=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #404591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404591 is #BFBA6E. Grayscale: #4B4B4B. Windows color (decimal): -12565103 or 9520448. OLE color: 9520448.

HSL color Cylindrical-coordinate representation of color #404591: hue angle of 236.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404591 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 69 145 -
CMYK 0.56 0.52 0 0.43
HSL 236.3º 0.39% 0.41% -
HSV(B) 236.3º 0.56% 0.57% -
XYZ 9.35 7.39 27.72 -
YUV 76.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 64 69 145 0.56 0.52 0 0.43 236.3 0.39 0.41
Hex 40 45 91 38 34 0 2B EC 27 29
Octal 100 105 221 70 64 0 53 354 47 51
Binary 1000000 1000101 10010001 111000 110100 0 101011 11101100 100111 101001

Color Harmonies of #404591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404591

Black with #404591

Text Example


Text Example

White with #404591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404591; }

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

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

background-color css

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

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

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

border-color css

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

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

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