Html Css Color HEX #404782 Jacksons Purple

📋 copy color: '#404782'

red 64 ◦ green 71 ◦ blue 130

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

Shades of Jacksons Purple #404782

Tints of Jacksons Purple #404782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

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

R = 24.15%
G = 26.79%
B = 49.06%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404782 (or 0x404782) is known color: Jacksons Purple. HEX triplet: 40, 47 and 82. RGB value is (64,71,130). Sum of RGB (Red+Green+Blue) = 64+71+130=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #404782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404782 is #BFB87D. Grayscale: #4B4B4B. Windows color (decimal): -12564606 or 8537920. OLE color: 8537920.

HSL color Cylindrical-coordinate representation of color #404782: hue angle of 233.64º 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 #404782 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 71 130 -
CMYK 0.51 0.45 0 0.49
HSL 233.64º 0.34% 0.38% -
HSV(B) 233.64º 0.51% 0.51% -
XYZ 8.4 7.21 22.07 -
YUV 75.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 64 71 130 0.51 0.45 0 0.49 233.64 0.34 0.38
Hex 40 47 82 33 2D 0 31 EA 22 26
Octal 100 107 202 63 55 0 61 352 42 46
Binary 1000000 1000111 10000010 110011 101101 0 110001 11101010 100010 100110

Color Harmonies of #404782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404782

Black with #404782

Text Example


Text Example

White with #404782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404782; }

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

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

background-color css

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

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

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

border-color css

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

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

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