Html Css Color HEX #403B78 Jacksons Purple

📋 copy color: '#403B78'

red 64 ◦ green 59 ◦ blue 120

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

Shades of Jacksons Purple #403B78

Tints of Jacksons Purple #403B78

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.28%

 BLUE value IS 120 (47.27% from 255) = 49.38%

R = 26.34%
G = 24.28%
B = 49.38%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403B78 (or 0x403B78) is known color: Jacksons Purple. HEX triplet: 40, 3B and 78. RGB value is (64,59,120). Sum of RGB (Red+Green+Blue) = 64+59+120=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #403B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B78 is #BFC487. Grayscale: #434343. Windows color (decimal): -12567688 or 7879488. OLE color: 7879488.

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

Color convert

RGB 64 59 120 -
CMYK 0.47 0.51 0 0.53
HSL 244.92º 0.34% 0.35% -
HSV(B) 244.92º 0.51% 0.47% -
XYZ 7.07 5.57 18.47 -
YUV 67.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 64 59 120 0.47 0.51 0 0.53 244.92 0.34 0.35
Hex 40 3B 78 2F 33 0 35 F5 22 23
Octal 100 73 170 57 63 0 65 365 42 43
Binary 1000000 111011 1111000 101111 110011 0 110101 11110101 100010 100011

Color Harmonies of #403B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B78

Black with #403B78

Text Example


Text Example

White with #403B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,59,120); }

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

background-color css

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

 a { background-color: rgb(64,59,120); }

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

border-color css

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

 span { border-color: rgb(64,59,120); }

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