Html Css Color HEX #40458E Jacksons Purple

📋 copy color: '#40458E'

red 64 ◦ green 69 ◦ blue 142

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

Shades of Jacksons Purple #40458E

Tints of Jacksons Purple #40458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 51.64%

R = 23.27%
G = 25.09%
B = 51.64%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40458E (or 0x40458E) is known color: Jacksons Purple. HEX triplet: 40, 45 and 8E. RGB value is (64,69,142). Sum of RGB (Red+Green+Blue) = 64+69+142=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #40458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40458E is #BFBA71. Grayscale: #4B4B4B. Windows color (decimal): -12565106 or 9323840. OLE color: 9323840.

HSL color Cylindrical-coordinate representation of color #40458E: hue angle of 236.15º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40458E is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 69 142 -
CMYK 0.55 0.51 0 0.44
HSL 236.15º 0.38% 0.4% -
HSV(B) 236.15º 0.55% 0.56% -
XYZ 9.12 7.3 26.52 -
YUV 75.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 64 69 142 0.55 0.51 0 0.44 236.15 0.38 0.4
Hex 40 45 8E 37 33 0 2C EC 26 28
Octal 100 105 216 67 63 0 54 354 46 50
Binary 1000000 1000101 10001110 110111 110011 0 101100 11101100 100110 101000

Color Harmonies of #40458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40458E

Black with #40458E

Text Example


Text Example

White with #40458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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