Html Css Color HEX #40447B Jacksons Purple

📋 copy color: '#40447B'

red 64 ◦ green 68 ◦ blue 123

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

Shades of Jacksons Purple #40447B

Tints of Jacksons Purple #40447B

RGB

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

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

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

R = 25.1%
G = 26.67%
B = 48.24%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40447B (or 0x40447B) is known color: Jacksons Purple. HEX triplet: 40, 44 and 7B. RGB value is (64,68,123). Sum of RGB (Red+Green+Blue) = 64+68+123=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #40447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40447B is #BFBB84. Grayscale: #484848. Windows color (decimal): -12565381 or 8078400. OLE color: 8078400.

HSL color Cylindrical-coordinate representation of color #40447B: hue angle of 235.93º 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 #40447B is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 68 123 -
CMYK 0.48 0.45 0 0.52
HSL 235.93º 0.32% 0.37% -
HSV(B) 235.93º 0.48% 0.48% -
XYZ 7.76 6.65 19.61 -
YUV 73.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 64 68 123 0.48 0.45 0 0.52 235.93 0.32 0.37
Hex 40 44 7B 30 2D 0 34 EC 20 25
Octal 100 104 173 60 55 0 64 354 40 45
Binary 1000000 1000100 1111011 110000 101101 0 110100 11101100 100000 100101

Color Harmonies of #40447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40447B

Black with #40447B

Text Example


Text Example

White with #40447B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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