Html Css Color HEX #40448B Jacksons Purple

📋 copy color: '#40448B'

red 64 ◦ green 68 ◦ blue 139

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

Shades of Jacksons Purple #40448B

Tints of Jacksons Purple #40448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 23.62%
G = 25.09%
B = 51.29%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40448B (or 0x40448B) is known color: Jacksons Purple. HEX triplet: 40, 44 and 8B. RGB value is (64,68,139). Sum of RGB (Red+Green+Blue) = 64+68+139=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #40448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40448B is #BFBB74. Grayscale: #4A4A4A. Windows color (decimal): -12565365 or 9126976. OLE color: 9126976.

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

Color convert

RGB 64 68 139 -
CMYK 0.54 0.51 0 0.45
HSL 236.8º 0.37% 0.4% -
HSV(B) 236.8º 0.54% 0.55% -
XYZ 8.84 7.09 25.33 -
YUV 74.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 64 68 139 0.54 0.51 0 0.45 236.8 0.37 0.4
Hex 40 44 8B 36 33 0 2D ED 25 28
Octal 100 104 213 66 63 0 55 355 45 50
Binary 1000000 1000100 10001011 110110 110011 0 101101 11101101 100101 101000

Color Harmonies of #40448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40448B

Black with #40448B

Text Example


Text Example

White with #40448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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