Html Css Color HEX #40458C Jacksons Purple

📋 copy color: '#40458C'

red 64 ◦ green 69 ◦ blue 140

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

Shades of Jacksons Purple #40458C

Tints of Jacksons Purple #40458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 23.44%
G = 25.27%
B = 51.28%

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

#40458C (or 0x40458C) is known color: Jacksons Purple. HEX triplet: 40, 45 and 8C. RGB value is (64,69,140). Sum of RGB (Red+Green+Blue) = 64+69+140=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #40458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40458C is #BFBA73. Grayscale: #4B4B4B. Windows color (decimal): -12565108 or 9192768. OLE color: 9192768.

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

Color convert

RGB 64 69 140 -
CMYK 0.54 0.51 0 0.45
HSL 236.05º 0.37% 0.4% -
HSV(B) 236.05º 0.54% 0.55% -
XYZ 8.98 7.24 25.74 -
YUV 75.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 64 69 140 0.54 0.51 0 0.45 236.05 0.37 0.4
Hex 40 45 8C 36 33 0 2D EC 25 28
Octal 100 105 214 66 63 0 55 354 45 50
Binary 1000000 1000101 10001100 110110 110011 0 101101 11101100 100101 101000

Color Harmonies of #40458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40458C

Black with #40458C

Text Example


Text Example

White with #40458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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