Html Css Color HEX #404483 Jacksons Purple

📋 copy color: '#404483'

red 64 ◦ green 68 ◦ blue 131

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

Shades of Jacksons Purple #404483

Tints of Jacksons Purple #404483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

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

R = 24.33%
G = 25.86%
B = 49.81%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404483 (or 0x404483) is known color: Jacksons Purple. HEX triplet: 40, 44 and 83. RGB value is (64,68,131). Sum of RGB (Red+Green+Blue) = 64+68+131=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #404483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404483 is #BFBB7C. Grayscale: #494949. Windows color (decimal): -12565373 or 8602688. OLE color: 8602688.

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

Color convert

RGB 64 68 131 -
CMYK 0.51 0.48 0 0.49
HSL 236.42º 0.34% 0.38% -
HSV(B) 236.42º 0.51% 0.51% -
XYZ 8.28 6.86 22.36 -
YUV 73.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 64 68 131 0.51 0.48 0 0.49 236.42 0.34 0.38
Hex 40 44 83 33 30 0 31 EC 22 26
Octal 100 104 203 63 60 0 61 354 42 46
Binary 1000000 1000100 10000011 110011 110000 0 110001 11101100 100010 100110

Color Harmonies of #404483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404483

Black with #404483

Text Example


Text Example

White with #404483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404483; }

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

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

background-color css

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

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

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

border-color css

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

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

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