Html Css Color HEX #404578 Jacksons Purple

📋 copy color: '#404578'

red 64 ◦ green 69 ◦ blue 120

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

Shades of Jacksons Purple #404578

Tints of Jacksons Purple #404578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.43%

R = 25.3%
G = 27.27%
B = 47.43%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404578 (or 0x404578) is known color: Jacksons Purple. HEX triplet: 40, 45 and 78. RGB value is (64,69,120). Sum of RGB (Red+Green+Blue) = 64+69+120=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #404578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404578 is #BFBA87. Grayscale: #494949. Windows color (decimal): -12565128 or 7882048. OLE color: 7882048.

HSL color Cylindrical-coordinate representation of color #404578: hue angle of 234.64º degrees, saturation: 0.3, 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 #404578 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 69 120 -
CMYK 0.47 0.42 0 0.53
HSL 234.64º 0.3% 0.36% -
HSV(B) 234.64º 0.47% 0.47% -
XYZ 7.63 6.7 18.66 -
YUV 73.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 64 69 120 0.47 0.42 0 0.53 234.64 0.3 0.36
Hex 40 45 78 2F 2A 0 35 EB 1E 24
Octal 100 105 170 57 52 0 65 353 36 44
Binary 1000000 1000101 1111000 101111 101010 0 110101 11101011 11110 100100

Color Harmonies of #404578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404578

Black with #404578

Text Example


Text Example

White with #404578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404578; }

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

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

background-color css

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

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

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

border-color css

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

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

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