Html Css Color HEX #403F84 Jacksons Purple

📋 copy color: '#403F84'

red 64 ◦ green 63 ◦ blue 132

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

Shades of Jacksons Purple #403F84

Tints of Jacksons Purple #403F84

RGB

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

 GREEN value IS 63 (25% from 255) = 24.32%

 BLUE value IS 132 (51.95% from 255) = 50.97%

R = 24.71%
G = 24.32%
B = 50.97%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#403F84 (or 0x403F84) is known color: Jacksons Purple. HEX triplet: 40, 3F and 84. RGB value is (64,63,132). Sum of RGB (Red+Green+Blue) = 64+63+132=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #403F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F84 is #BFC07B. Grayscale: #464646. Windows color (decimal): -12566652 or 8666944. OLE color: 8666944.

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

Color convert

RGB 64 63 132 -
CMYK 0.52 0.52 0 0.48
HSL 240.87º 0.35% 0.38% -
HSV(B) 240.87º 0.52% 0.52% -
XYZ 8.06 6.31 22.62 -
YUV 71.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 64 63 132 0.52 0.52 0 0.48 240.87 0.35 0.38
Hex 40 3F 84 34 34 0 30 F1 23 26
Octal 100 77 204 64 64 0 60 361 43 46
Binary 1000000 111111 10000100 110100 110100 0 110000 11110001 100011 100110

Color Harmonies of #403F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F84

Black with #403F84

Text Example


Text Example

White with #403F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403F84; }

 p { color: rgb(64,63,132); }

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

background-color css

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

 a { background-color: rgb(64,63,132); }

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

border-color css

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

 span { border-color: rgb(64,63,132); }

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