Html Css Color HEX #40488B Jacksons Purple

📋 copy color: '#40488B'

red 64 ◦ green 72 ◦ blue 139

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

Shades of Jacksons Purple #40488B

Tints of Jacksons Purple #40488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 23.27%
G = 26.18%
B = 50.55%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40488B (or 0x40488B) is known color: Jacksons Purple. HEX triplet: 40, 48 and 8B. RGB value is (64,72,139). Sum of RGB (Red+Green+Blue) = 64+72+139=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #40488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40488B is #BFB774. Grayscale: #4C4C4C. Windows color (decimal): -12564341 or 9128000. OLE color: 9128000.

HSL color Cylindrical-coordinate representation of color #40488B: hue angle of 233.6º 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 #40488B is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 72 139 -
CMYK 0.54 0.48 0 0.45
HSL 233.6º 0.37% 0.4% -
HSV(B) 233.6º 0.54% 0.55% -
XYZ 9.09 7.59 25.41 -
YUV 77.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 64 72 139 0.54 0.48 0 0.45 233.6 0.37 0.4
Hex 40 48 8B 36 30 0 2D EA 25 28
Octal 100 110 213 66 60 0 55 352 45 50
Binary 1000000 1001000 10001011 110110 110000 0 101101 11101010 100101 101000

Color Harmonies of #40488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40488B

Black with #40488B

Text Example


Text Example

White with #40488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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