Html Css Color HEX #40428B Jacksons Purple

📋 copy color: '#40428B'

red 64 ◦ green 66 ◦ blue 139

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

Shades of Jacksons Purple #40428B

Tints of Jacksons Purple #40428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.67%

R = 23.79%
G = 24.54%
B = 51.67%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40428B (or 0x40428B) is known color: Jacksons Purple. HEX triplet: 40, 42 and 8B. RGB value is (64,66,139). Sum of RGB (Red+Green+Blue) = 64+66+139=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #40428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40428B is #BFBD74. Grayscale: #494949. Windows color (decimal): -12565877 or 9126464. OLE color: 9126464.

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

Color convert

RGB 64 66 139 -
CMYK 0.54 0.53 0 0.45
HSL 238.4º 0.37% 0.4% -
HSV(B) 238.4º 0.54% 0.55% -
XYZ 8.72 6.85 25.29 -
YUV 73.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 64 66 139 0.54 0.53 0 0.45 238.4 0.37 0.4
Hex 40 42 8B 36 35 0 2D EE 25 28
Octal 100 102 213 66 65 0 55 356 45 50
Binary 1000000 1000010 10001011 110110 110101 0 101101 11101110 100101 101000

Color Harmonies of #40428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40428B

Black with #40428B

Text Example


Text Example

White with #40428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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