Html Css Color HEX #40438C Jacksons Purple

📋 copy color: '#40438C'

red 64 ◦ green 67 ◦ blue 140

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

Shades of Jacksons Purple #40438C

Tints of Jacksons Purple #40438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 140 (55.08% from 255) = 51.66%

R = 23.62%
G = 24.72%
B = 51.66%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40438C (or 0x40438C) is known color: Jacksons Purple. HEX triplet: 40, 43 and 8C. RGB value is (64,67,140). Sum of RGB (Red+Green+Blue) = 64+67+140=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #40438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40438C is #BFBC73. Grayscale: #4A4A4A. Windows color (decimal): -12565620 or 9192256. OLE color: 9192256.

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

Color convert

RGB 64 67 140 -
CMYK 0.54 0.52 0 0.45
HSL 237.63º 0.37% 0.4% -
HSV(B) 237.63º 0.54% 0.55% -
XYZ 8.86 7 25.69 -
YUV 74.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 64 67 140 0.54 0.52 0 0.45 237.63 0.37 0.4
Hex 40 43 8C 36 34 0 2D EE 25 28
Octal 100 103 214 66 64 0 55 356 45 50
Binary 1000000 1000011 10001100 110110 110100 0 101101 11101110 100101 101000

Color Harmonies of #40438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40438C

Black with #40438C

Text Example


Text Example

White with #40438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40438C; }

 p { color: rgb(64,67,140); }

 H1.HeaderClassName
 {
   color: #40438C;
 }
 .AnyTagClassName
 {
   color: #40438C;
 }
</style>

background-color css

<style>
 a { background-color: #40438C; }

 a { background-color: rgb(64,67,140); }

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

border-color css

<style>
 span { border-color: #40438C; }

 span { border-color: rgb(64,67,140); }

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