Html Css Color HEX #40428D Jacksons Purple

📋 copy color: '#40428D'

red 64 ◦ green 66 ◦ blue 141

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

Shades of Jacksons Purple #40428D

Tints of Jacksons Purple #40428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 23.62%
G = 24.35%
B = 52.03%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40428D (or 0x40428D) is known color: Jacksons Purple. HEX triplet: 40, 42 and 8D. RGB value is (64,66,141). Sum of RGB (Red+Green+Blue) = 64+66+141=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #40428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40428D is #BFBD72. Grayscale: #494949. Windows color (decimal): -12565875 or 9257536. OLE color: 9257536.

HSL color Cylindrical-coordinate representation of color #40428D: hue angle of 238.44º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40428D is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 66 141 -
CMYK 0.55 0.53 0 0.45
HSL 238.44º 0.38% 0.4% -
HSV(B) 238.44º 0.55% 0.55% -
XYZ 8.87 6.91 26.07 -
YUV 73.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 64 66 141 0.55 0.53 0 0.45 238.44 0.38 0.4
Hex 40 42 8D 37 35 0 2D EE 26 28
Octal 100 102 215 67 65 0 55 356 46 50
Binary 1000000 1000010 10001101 110111 110101 0 101101 11101110 100110 101000

Color Harmonies of #40428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40428D

Black with #40428D

Text Example


Text Example

White with #40428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40428D; }

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

 H1.HeaderClassName
 {
   color: #40428D;
 }
 .AnyTagClassName
 {
   color: #40428D;
 }
</style>

background-color css

<style>
 a { background-color: #40428D; }

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

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

border-color css

<style>
 span { border-color: #40428D; }

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

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