Html Css Color HEX #40457B Jacksons Purple

📋 copy color: '#40457B'

red 64 ◦ green 69 ◦ blue 123

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

Shades of Jacksons Purple #40457B

Tints of Jacksons Purple #40457B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.05%

R = 25%
G = 26.95%
B = 48.05%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40457B (or 0x40457B) is known color: Jacksons Purple. HEX triplet: 40, 45 and 7B. RGB value is (64,69,123). Sum of RGB (Red+Green+Blue) = 64+69+123=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #40457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40457B is #BFBA84. Grayscale: #494949. Windows color (decimal): -12565125 or 8078656. OLE color: 8078656.

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

Color convert

RGB 64 69 123 -
CMYK 0.48 0.44 0 0.52
HSL 234.92º 0.32% 0.37% -
HSV(B) 234.92º 0.48% 0.48% -
XYZ 7.82 6.78 19.63 -
YUV 73.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 64 69 123 0.48 0.44 0 0.52 234.92 0.32 0.37
Hex 40 45 7B 30 2C 0 34 EB 20 25
Octal 100 105 173 60 54 0 64 353 40 45
Binary 1000000 1000101 1111011 110000 101100 0 110100 11101011 100000 100101

Color Harmonies of #40457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40457B

Black with #40457B

Text Example


Text Example

White with #40457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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