Html Css Color HEX #404582 Jacksons Purple

📋 copy color: '#404582'

red 64 ◦ green 69 ◦ blue 130

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

Shades of Jacksons Purple #404582

Tints of Jacksons Purple #404582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.43%

R = 24.33%
G = 26.24%
B = 49.43%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404582 (or 0x404582) is known color: Jacksons Purple. HEX triplet: 40, 45 and 82. RGB value is (64,69,130). Sum of RGB (Red+Green+Blue) = 64+69+130=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #404582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404582 is #BFBA7D. Grayscale: #4A4A4A. Windows color (decimal): -12565118 or 8537408. OLE color: 8537408.

HSL color Cylindrical-coordinate representation of color #404582: hue angle of 235.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #404582 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 69 130 -
CMYK 0.51 0.47 0 0.49
HSL 235.45º 0.34% 0.38% -
HSV(B) 235.45º 0.51% 0.51% -
XYZ 8.27 6.96 22.03 -
YUV 74.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 64 69 130 0.51 0.47 0 0.49 235.45 0.34 0.38
Hex 40 45 82 33 2F 0 31 EB 22 26
Octal 100 105 202 63 57 0 61 353 42 46
Binary 1000000 1000101 10000010 110011 101111 0 110001 11101011 100010 100110

Color Harmonies of #404582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404582

Black with #404582

Text Example


Text Example

White with #404582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404582; }

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

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

background-color css

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

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

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

border-color css

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

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

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