Html Css Color HEX #404885 Jacksons Purple

📋 copy color: '#404885'

red 64 ◦ green 72 ◦ blue 133

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

Shades of Jacksons Purple #404885

Tints of Jacksons Purple #404885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 23.79%
G = 26.77%
B = 49.44%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#404885 (or 0x404885) is known color: Jacksons Purple. HEX triplet: 40, 48 and 85. RGB value is (64,72,133). Sum of RGB (Red+Green+Blue) = 64+72+133=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #404885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404885 is #BFB77A. Grayscale: #4C4C4C. Windows color (decimal): -12564347 or 8734784. OLE color: 8734784.

HSL color Cylindrical-coordinate representation of color #404885: hue angle of 233.04º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404885 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 72 133 -
CMYK 0.52 0.46 0 0.48
HSL 233.04º 0.35% 0.39% -
HSV(B) 233.04º 0.52% 0.52% -
XYZ 8.67 7.42 23.17 -
YUV 76.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 64 72 133 0.52 0.46 0 0.48 233.04 0.35 0.39
Hex 40 48 85 34 2E 0 30 E9 23 27
Octal 100 110 205 64 56 0 60 351 43 47
Binary 1000000 1001000 10000101 110100 101110 0 110000 11101001 100011 100111

Color Harmonies of #404885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404885

Black with #404885

Text Example


Text Example

White with #404885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404885; }

 p { color: rgb(64,72,133); }

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

background-color css

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

 a { background-color: rgb(64,72,133); }

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

border-color css

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

 span { border-color: rgb(64,72,133); }

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