Html Css Color HEX #404783 Jacksons Purple

📋 copy color: '#404783'

red 64 ◦ green 71 ◦ blue 131

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

Shades of Jacksons Purple #404783

Tints of Jacksons Purple #404783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.25%

R = 24.06%
G = 26.69%
B = 49.25%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404783 (or 0x404783) is known color: Jacksons Purple. HEX triplet: 40, 47 and 83. RGB value is (64,71,131). Sum of RGB (Red+Green+Blue) = 64+71+131=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #404783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404783 is #BFB87C. Grayscale: #4B4B4B. Windows color (decimal): -12564605 or 8603456. OLE color: 8603456.

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

Color convert

RGB 64 71 131 -
CMYK 0.51 0.46 0 0.49
HSL 233.73º 0.34% 0.38% -
HSV(B) 233.73º 0.51% 0.51% -
XYZ 8.46 7.24 22.42 -
YUV 75.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 64 71 131 0.51 0.46 0 0.49 233.73 0.34 0.38
Hex 40 47 83 33 2E 0 31 EA 22 26
Octal 100 107 203 63 56 0 61 352 42 46
Binary 1000000 1000111 10000011 110011 101110 0 110001 11101010 100010 100110

Color Harmonies of #404783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404783

Black with #404783

Text Example


Text Example

White with #404783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404783; }

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

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

background-color css

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

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

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

border-color css

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

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

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