Html Css Color HEX #403D7C Jacksons Purple

📋 copy color: '#403D7C'

red 64 ◦ green 61 ◦ blue 124

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

Shades of Jacksons Purple #403D7C

Tints of Jacksons Purple #403D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 25.7%
G = 24.5%
B = 49.8%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#403D7C (or 0x403D7C) is known color: Jacksons Purple. HEX triplet: 40, 3D and 7C. RGB value is (64,61,124). Sum of RGB (Red+Green+Blue) = 64+61+124=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #403D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D7C is #BFC283. Grayscale: #444444. Windows color (decimal): -12567172 or 8142144. OLE color: 8142144.

HSL color Cylindrical-coordinate representation of color #403D7C: hue angle of 242.86º 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 #403D7C is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 61 124 -
CMYK 0.48 0.51 0 0.51
HSL 242.86º 0.34% 0.36% -
HSV(B) 242.86º 0.51% 0.49% -
XYZ 7.42 5.88 19.81 -
YUV 69.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 64 61 124 0.48 0.51 0 0.51 242.86 0.34 0.36
Hex 40 3D 7C 30 33 0 33 F3 22 24
Octal 100 75 174 60 63 0 63 363 42 44
Binary 1000000 111101 1111100 110000 110011 0 110011 11110011 100010 100100

Color Harmonies of #403D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D7C

Black with #403D7C

Text Example


Text Example

White with #403D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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