Html Css Color HEX #40417C Jacksons Purple

📋 copy color: '#40417C'

red 64 ◦ green 65 ◦ blue 124

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

Shades of Jacksons Purple #40417C

Tints of Jacksons Purple #40417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 25.3%
G = 25.69%
B = 49.01%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40417C (or 0x40417C) is known color: Jacksons Purple. HEX triplet: 40, 41 and 7C. RGB value is (64,65,124). Sum of RGB (Red+Green+Blue) = 64+65+124=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #40417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40417C is #BFBE83. Grayscale: #474747. Windows color (decimal): -12566148 or 8143168. OLE color: 8143168.

HSL color Cylindrical-coordinate representation of color #40417C: hue angle of 239º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40417C is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 65 124 -
CMYK 0.48 0.48 0 0.51
HSL 239º 0.32% 0.37% -
HSV(B) 239º 0.48% 0.49% -
XYZ 7.64 6.33 19.89 -
YUV 71.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 64 65 124 0.48 0.48 0 0.51 239 0.32 0.37
Hex 40 41 7C 30 30 0 33 EF 20 25
Octal 100 101 174 60 60 0 63 357 40 45
Binary 1000000 1000001 1111100 110000 110000 0 110011 11101111 100000 100101

Color Harmonies of #40417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40417C

Black with #40417C

Text Example


Text Example

White with #40417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40417C; }

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

 H1.HeaderClassName
 {
   color: #40417C;
 }
 .AnyTagClassName
 {
   color: #40417C;
 }
</style>

background-color css

<style>
 a { background-color: #40417C; }

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

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

border-color css

<style>
 span { border-color: #40417C; }

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

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