Html Css Color HEX #403D7D Jacksons Purple

📋 copy color: '#403D7D'

red 64 ◦ green 61 ◦ blue 125

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

Shades of Jacksons Purple #403D7D

Tints of Jacksons Purple #403D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50%

R = 25.6%
G = 24.4%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#403D7D (or 0x403D7D) is known color: Jacksons Purple. HEX triplet: 40, 3D and 7D. RGB value is (64,61,125). Sum of RGB (Red+Green+Blue) = 64+61+125=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #403D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D7D is #BFC282. Grayscale: #444444. Windows color (decimal): -12567171 or 8207680. OLE color: 8207680.

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

Color convert

RGB 64 61 125 -
CMYK 0.49 0.51 0 0.51
HSL 242.81º 0.34% 0.36% -
HSV(B) 242.81º 0.51% 0.49% -
XYZ 7.48 5.91 20.15 -
YUV 69.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 64 61 125 0.49 0.51 0 0.51 242.81 0.34 0.36
Hex 40 3D 7D 31 33 0 33 F3 22 24
Octal 100 75 175 61 63 0 63 363 42 44
Binary 1000000 111101 1111101 110001 110011 0 110011 11110011 100010 100100

Color Harmonies of #403D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D7D

Black with #403D7D

Text Example


Text Example

White with #403D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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