Html Css Color HEX #403779 Jacksons Purple

📋 copy color: '#403779'

red 64 ◦ green 55 ◦ blue 121

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

Shades of Jacksons Purple #403779

Tints of Jacksons Purple #403779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

 BLUE value IS 121 (47.66% from 255) = 50.42%

R = 26.67%
G = 22.92%
B = 50.42%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403779 (or 0x403779) is known color: Jacksons Purple. HEX triplet: 40, 37 and 79. RGB value is (64,55,121). Sum of RGB (Red+Green+Blue) = 64+55+121=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #403779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403779 is #BFC886. Grayscale: #404040. Windows color (decimal): -12568711 or 7944000. OLE color: 7944000.

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

Color convert

RGB 64 55 121 -
CMYK 0.47 0.55 0 0.53
HSL 248.18º 0.38% 0.35% -
HSV(B) 248.18º 0.55% 0.47% -
XYZ 6.93 5.2 18.73 -
YUV 65.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 64 55 121 0.47 0.55 0 0.53 248.18 0.38 0.35
Hex 40 37 79 2F 37 0 35 F8 26 23
Octal 100 67 171 57 67 0 65 370 46 43
Binary 1000000 110111 1111001 101111 110111 0 110101 11111000 100110 100011

Color Harmonies of #403779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403779

Black with #403779

Text Example


Text Example

White with #403779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403779; }

 p { color: rgb(64,55,121); }

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

background-color css

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

 a { background-color: rgb(64,55,121); }

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

border-color css

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

 span { border-color: rgb(64,55,121); }

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