Html Css Color HEX #40427F Jacksons Purple

📋 copy color: '#40427F'

red 64 ◦ green 66 ◦ blue 127

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

Shades of Jacksons Purple #40427F

Tints of Jacksons Purple #40427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

 BLUE value IS 127 (50% from 255) = 49.42%

R = 24.9%
G = 25.68%
B = 49.42%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40427F (or 0x40427F) is known color: Jacksons Purple. HEX triplet: 40, 42 and 7F. RGB value is (64,66,127). Sum of RGB (Red+Green+Blue) = 64+66+127=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #40427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40427F is #BFBD80. Grayscale: #484848. Windows color (decimal): -12565889 or 8340032. OLE color: 8340032.

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

Color convert

RGB 64 66 127 -
CMYK 0.50 0.48 0 0.50
HSL 238.1º 0.33% 0.37% -
HSV(B) 238.1º 0.5% 0.5% -
XYZ 7.89 6.52 20.92 -
YUV 72.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 64 66 127 0.50 0.48 0 0.50 238.1 0.33 0.37
Hex 40 42 7F 32 30 0 32 EE 21 25
Octal 100 102 177 62 60 0 62 356 41 45
Binary 1000000 1000010 1111111 110010 110000 0 110010 11101110 100001 100101

Color Harmonies of #40427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40427F

Black with #40427F

Text Example


Text Example

White with #40427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40427F; }

 p { color: rgb(64,66,127); }

 H1.HeaderClassName
 {
   color: #40427F;
 }
 .AnyTagClassName
 {
   color: #40427F;
 }
</style>

background-color css

<style>
 a { background-color: #40427F; }

 a { background-color: rgb(64,66,127); }

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

border-color css

<style>
 span { border-color: #40427F; }

 span { border-color: rgb(64,66,127); }

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