Html Css Color HEX #40447D Jacksons Purple

📋 copy color: '#40447D'

red 64 ◦ green 68 ◦ blue 125

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

Shades of Jacksons Purple #40447D

Tints of Jacksons Purple #40447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 24.9%
G = 26.46%
B = 48.64%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40447D (or 0x40447D) is known color: Jacksons Purple. HEX triplet: 40, 44 and 7D. RGB value is (64,68,125). Sum of RGB (Red+Green+Blue) = 64+68+125=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #40447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40447D is #BFBB82. Grayscale: #494949. Windows color (decimal): -12565379 or 8209472. OLE color: 8209472.

HSL color Cylindrical-coordinate representation of color #40447D: hue angle of 236.07º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40447D is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 68 125 -
CMYK 0.49 0.46 0 0.51
HSL 236.07º 0.32% 0.37% -
HSV(B) 236.07º 0.49% 0.49% -
XYZ 7.88 6.7 20.28 -
YUV 73.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 64 68 125 0.49 0.46 0 0.51 236.07 0.32 0.37
Hex 40 44 7D 31 2E 0 33 EC 20 25
Octal 100 104 175 61 56 0 63 354 40 45
Binary 1000000 1000100 1111101 110001 101110 0 110011 11101100 100000 100101

Color Harmonies of #40447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40447D

Black with #40447D

Text Example


Text Example

White with #40447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40447D; }

 p { color: rgb(64,68,125); }

 H1.HeaderClassName
 {
   color: #40447D;
 }
 .AnyTagClassName
 {
   color: #40447D;
 }
</style>

background-color css

<style>
 a { background-color: #40447D; }

 a { background-color: rgb(64,68,125); }

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

border-color css

<style>
 span { border-color: #40447D; }

 span { border-color: rgb(64,68,125); }

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