Html Css Color HEX #404381 Jacksons Purple

📋 copy color: '#404381'

red 64 ◦ green 67 ◦ blue 129

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

Shades of Jacksons Purple #404381

Tints of Jacksons Purple #404381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

 BLUE value IS 129 (50.78% from 255) = 49.62%

R = 24.62%
G = 25.77%
B = 49.62%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404381 (or 0x404381) is known color: Jacksons Purple. HEX triplet: 40, 43 and 81. RGB value is (64,67,129). Sum of RGB (Red+Green+Blue) = 64+67+129=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #404381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404381 is #BFBC7E. Grayscale: #484848. Windows color (decimal): -12565631 or 8471360. OLE color: 8471360.

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

Color convert

RGB 64 67 129 -
CMYK 0.50 0.48 0 0.49
HSL 237.23º 0.34% 0.38% -
HSV(B) 237.23º 0.5% 0.51% -
XYZ 8.08 6.69 21.63 -
YUV 73.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 64 67 129 0.50 0.48 0 0.49 237.23 0.34 0.38
Hex 40 43 81 32 30 0 31 ED 22 26
Octal 100 103 201 62 60 0 61 355 42 46
Binary 1000000 1000011 10000001 110010 110000 0 110001 11101101 100010 100110

Color Harmonies of #404381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404381

Black with #404381

Text Example


Text Example

White with #404381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404381; }

 p { color: rgb(64,67,129); }

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

background-color css

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

 a { background-color: rgb(64,67,129); }

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

border-color css

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

 span { border-color: rgb(64,67,129); }

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