Html Css Color HEX #404580 Jacksons Purple

📋 copy color: '#404580'

red 64 ◦ green 69 ◦ blue 128

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

Shades of Jacksons Purple #404580

Tints of Jacksons Purple #404580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 24.52%
G = 26.44%
B = 49.04%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#404580 (or 0x404580) is known color: Jacksons Purple. HEX triplet: 40, 45 and 80. RGB value is (64,69,128). Sum of RGB (Red+Green+Blue) = 64+69+128=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #404580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404580 is #BFBA7F. Grayscale: #494949. Windows color (decimal): -12565120 or 8406336. OLE color: 8406336.

HSL color Cylindrical-coordinate representation of color #404580: hue angle of 235.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404580 is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 69 128 -
CMYK 0.5 0.46 0 0.50
HSL 235.31º 0.33% 0.38% -
HSV(B) 235.31º 0.5% 0.5% -
XYZ 8.14 6.9 21.33 -
YUV 74.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 64 69 128 0.5 0.46 0 0.50 235.31 0.33 0.38
Hex 40 45 80 32 2E 0 32 EB 21 26
Octal 100 105 200 62 56 0 62 353 41 46
Binary 1000000 1000101 10000000 110010 101110 0 110010 11101011 100001 100110

Color Harmonies of #404580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404580

Black with #404580

Text Example


Text Example

White with #404580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404580; }

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

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

background-color css

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

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

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

border-color css

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

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

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