Html Css Color HEX #403D83 Jacksons Purple

📋 copy color: '#403D83'

red 64 ◦ green 61 ◦ blue 131

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

Shades of Jacksons Purple #403D83

Tints of Jacksons Purple #403D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.17%

R = 25%
G = 23.83%
B = 51.17%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403D83 (or 0x403D83) is known color: Jacksons Purple. HEX triplet: 40, 3D and 83. RGB value is (64,61,131). Sum of RGB (Red+Green+Blue) = 64+61+131=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #403D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D83 is #BFC27C. Grayscale: #454545. Windows color (decimal): -12567165 or 8600896. OLE color: 8600896.

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

Color convert

RGB 64 61 131 -
CMYK 0.51 0.53 0 0.49
HSL 242.57º 0.36% 0.38% -
HSV(B) 242.57º 0.53% 0.51% -
XYZ 7.88 6.07 22.23 -
YUV 69.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 64 61 131 0.51 0.53 0 0.49 242.57 0.36 0.38
Hex 40 3D 83 33 35 0 31 F3 24 26
Octal 100 75 203 63 65 0 61 363 44 46
Binary 1000000 111101 10000011 110011 110101 0 110001 11110011 100100 100110

Color Harmonies of #403D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D83

Black with #403D83

Text Example


Text Example

White with #403D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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