Html Css Color HEX #403D80 Jacksons Purple

📋 copy color: '#403D80'

red 64 ◦ green 61 ◦ blue 128

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

Shades of Jacksons Purple #403D80

Tints of Jacksons Purple #403D80

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

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

R = 25.3%
G = 24.11%
B = 50.59%

CMYK

 C value IS 0.5

 M value IS 0.52

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#403D80 (or 0x403D80) is known color: Jacksons Purple. HEX triplet: 40, 3D and 80. RGB value is (64,61,128). Sum of RGB (Red+Green+Blue) = 64+61+128=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #403D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D80 is #BFC27F. Grayscale: #454545. Windows color (decimal): -12567168 or 8404288. OLE color: 8404288.

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

Color convert

RGB 64 61 128 -
CMYK 0.5 0.52 0 0.50
HSL 242.69º 0.35% 0.37% -
HSV(B) 242.69º 0.52% 0.5% -
XYZ 7.68 5.99 21.17 -
YUV 69.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 64 61 128 0.5 0.52 0 0.50 242.69 0.35 0.37
Hex 40 3D 80 32 34 0 32 F3 23 25
Octal 100 75 200 62 64 0 62 363 43 45
Binary 1000000 111101 10000000 110010 110100 0 110010 11110011 100011 100101

Color Harmonies of #403D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D80

Black with #403D80

Text Example


Text Example

White with #403D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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