Html Css Color HEX #40488A Jacksons Purple

📋 copy color: '#40488A'

red 64 ◦ green 72 ◦ blue 138

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

Shades of Jacksons Purple #40488A

Tints of Jacksons Purple #40488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 23.36%
G = 26.28%
B = 50.36%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40488A (or 0x40488A) is known color: Jacksons Purple. HEX triplet: 40, 48 and 8A. RGB value is (64,72,138). Sum of RGB (Red+Green+Blue) = 64+72+138=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #40488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40488A is #BFB775. Grayscale: #4C4C4C. Windows color (decimal): -12564342 or 9062464. OLE color: 9062464.

HSL color Cylindrical-coordinate representation of color #40488A: hue angle of 233.51º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40488A is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 72 138 -
CMYK 0.54 0.48 0 0.46
HSL 233.51º 0.37% 0.4% -
HSV(B) 233.51º 0.54% 0.54% -
XYZ 9.02 7.56 25.03 -
YUV 77.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 64 72 138 0.54 0.48 0 0.46 233.51 0.37 0.4
Hex 40 48 8A 36 30 0 2E EA 25 28
Octal 100 110 212 66 60 0 56 352 45 50
Binary 1000000 1001000 10001010 110110 110000 0 101110 11101010 100101 101000

Color Harmonies of #40488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40488A

Black with #40488A

Text Example


Text Example

White with #40488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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