Html Css Color HEX #404576 Jacksons Purple

📋 copy color: '#404576'

red 64 ◦ green 69 ◦ blue 118

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

Shades of Jacksons Purple #404576

Tints of Jacksons Purple #404576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 25.5%
G = 27.49%
B = 47.01%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404576 (or 0x404576) is known color: Jacksons Purple. HEX triplet: 40, 45 and 76. RGB value is (64,69,118). Sum of RGB (Red+Green+Blue) = 64+69+118=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #404576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404576 is #BFBA89. Grayscale: #484848. Windows color (decimal): -12565130 or 7750976. OLE color: 7750976.

HSL color Cylindrical-coordinate representation of color #404576: hue angle of 234.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404576 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 69 118 -
CMYK 0.46 0.42 0 0.54
HSL 234.44º 0.3% 0.36% -
HSV(B) 234.44º 0.46% 0.46% -
XYZ 7.51 6.65 18.03 -
YUV 73.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 64 69 118 0.46 0.42 0 0.54 234.44 0.3 0.36
Hex 40 45 76 2E 2A 0 36 EA 1E 24
Octal 100 105 166 56 52 0 66 352 36 44
Binary 1000000 1000101 1110110 101110 101010 0 110110 11101010 11110 100100

Color Harmonies of #404576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404576

Black with #404576

Text Example


Text Example

White with #404576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404576; }

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

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

background-color css

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

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

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

border-color css

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

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

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