Html Css Color HEX #403A78 Jacksons Purple

📋 copy color: '#403A78'

red 64 ◦ green 58 ◦ blue 120

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

Shades of Jacksons Purple #403A78

Tints of Jacksons Purple #403A78

RGB

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

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

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

R = 26.45%
G = 23.97%
B = 49.59%

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

#403A78 (or 0x403A78) is known color: Jacksons Purple. HEX triplet: 40, 3A and 78. RGB value is (64,58,120). Sum of RGB (Red+Green+Blue) = 64+58+120=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #403A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A78 is #BFC587. Grayscale: #424242. Windows color (decimal): -12567944 or 7879232. OLE color: 7879232.

HSL color Cylindrical-coordinate representation of color #403A78: hue angle of 245.81º 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 #403A78 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 58 120 -
CMYK 0.47 0.52 0 0.53
HSL 245.81º 0.35% 0.35% -
HSV(B) 245.81º 0.52% 0.47% -
XYZ 7.02 5.47 18.46 -
YUV 66.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 64 58 120 0.47 0.52 0 0.53 245.81 0.35 0.35
Hex 40 3A 78 2F 34 0 35 F6 23 23
Octal 100 72 170 57 64 0 65 366 43 43
Binary 1000000 111010 1111000 101111 110100 0 110101 11110110 100011 100011

Color Harmonies of #403A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A78

Black with #403A78

Text Example


Text Example

White with #403A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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