Html Css Color HEX #403A79 Jacksons Purple

📋 copy color: '#403A79'

red 64 ◦ green 58 ◦ blue 121

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

Shades of Jacksons Purple #403A79

Tints of Jacksons Purple #403A79

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.87%

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

R = 26.34%
G = 23.87%
B = 49.79%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403A79 (or 0x403A79) is known color: Jacksons Purple. HEX triplet: 40, 3A and 79. RGB value is (64,58,121). Sum of RGB (Red+Green+Blue) = 64+58+121=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #403A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A79 is #BFC586. Grayscale: #424242. Windows color (decimal): -12567943 or 7944768. OLE color: 7944768.

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

Color convert

RGB 64 58 121 -
CMYK 0.47 0.52 0 0.53
HSL 245.71º 0.35% 0.35% -
HSV(B) 245.71º 0.52% 0.47% -
XYZ 7.08 5.5 18.78 -
YUV 66.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 64 58 121 0.47 0.52 0 0.53 245.71 0.35 0.35
Hex 40 3A 79 2F 34 0 35 F6 23 23
Octal 100 72 171 57 64 0 65 366 43 43
Binary 1000000 111010 1111001 101111 110100 0 110101 11110110 100011 100011

Color Harmonies of #403A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A79

Black with #403A79

Text Example


Text Example

White with #403A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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