Html Css Color HEX #403C78 Jacksons Purple

📋 copy color: '#403C78'

red 64 ◦ green 60 ◦ blue 120

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

Shades of Jacksons Purple #403C78

Tints of Jacksons Purple #403C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

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

R = 26.23%
G = 24.59%
B = 49.18%

CMYK

 C value IS 0.47

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403C78 (or 0x403C78) is known color: Jacksons Purple. HEX triplet: 40, 3C and 78. RGB value is (64,60,120). Sum of RGB (Red+Green+Blue) = 64+60+120=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #403C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C78 is #BFC387. Grayscale: #434343. Windows color (decimal): -12567432 or 7879744. OLE color: 7879744.

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

Color convert

RGB 64 60 120 -
CMYK 0.47 0.5 0 0.53
HSL 244º 0.33% 0.35% -
HSV(B) 244º 0.5% 0.47% -
XYZ 7.12 5.68 18.49 -
YUV 68.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 64 60 120 0.47 0.5 0 0.53 244 0.33 0.35
Hex 40 3C 78 2F 32 0 35 F4 21 23
Octal 100 74 170 57 62 0 65 364 41 43
Binary 1000000 111100 1111000 101111 110010 0 110101 11110100 100001 100011

Color Harmonies of #403C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C78

Black with #403C78

Text Example


Text Example

White with #403C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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