Html Css Color HEX #403A80 Jacksons Purple

📋 copy color: '#403A80'

red 64 ◦ green 58 ◦ blue 128

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

Shades of Jacksons Purple #403A80

Tints of Jacksons Purple #403A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.2%

R = 25.6%
G = 23.2%
B = 51.2%

CMYK

 C value IS 0.5

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#403A80 (or 0x403A80) is known color: Jacksons Purple. HEX triplet: 40, 3A and 80. RGB value is (64,58,128). Sum of RGB (Red+Green+Blue) = 64+58+128=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #403A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403A80 is #BFC57F. Grayscale: #434343. Windows color (decimal): -12567936 or 8403520. OLE color: 8403520.

HSL color Cylindrical-coordinate representation of color #403A80: hue angle of 245.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403A80 is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 58 128 -
CMYK 0.5 0.55 0 0.50
HSL 245.14º 0.38% 0.36% -
HSV(B) 245.14º 0.55% 0.5% -
XYZ 7.52 5.67 21.12 -
YUV 67.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 64 58 128 0.5 0.55 0 0.50 245.14 0.38 0.36
Hex 40 3A 80 32 37 0 32 F5 26 24
Octal 100 72 200 62 67 0 62 365 46 44
Binary 1000000 111010 10000000 110010 110111 0 110010 11110101 100110 100100

Color Harmonies of #403A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A80

Black with #403A80

Text Example


Text Example

White with #403A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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