Html Css Color HEX #40457A Jacksons Purple

📋 copy color: '#40457A'

red 64 ◦ green 69 ◦ blue 122

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

Shades of Jacksons Purple #40457A

Tints of Jacksons Purple #40457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.84%

R = 25.1%
G = 27.06%
B = 47.84%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40457A (or 0x40457A) is known color: Jacksons Purple. HEX triplet: 40, 45 and 7A. RGB value is (64,69,122). Sum of RGB (Red+Green+Blue) = 64+69+122=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #40457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40457A is #BFBA85. Grayscale: #494949. Windows color (decimal): -12565126 or 8013120. OLE color: 8013120.

HSL color Cylindrical-coordinate representation of color #40457A: hue angle of 234.83º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40457A is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 69 122 -
CMYK 0.48 0.43 0 0.52
HSL 234.83º 0.31% 0.36% -
HSV(B) 234.83º 0.48% 0.48% -
XYZ 7.76 6.75 19.31 -
YUV 73.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 64 69 122 0.48 0.43 0 0.52 234.83 0.31 0.36
Hex 40 45 7A 30 2B 0 34 EB 1F 24
Octal 100 105 172 60 53 0 64 353 37 44
Binary 1000000 1000101 1111010 110000 101011 0 110100 11101011 11111 100100

Color Harmonies of #40457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40457A

Black with #40457A

Text Example


Text Example

White with #40457A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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