Html Css Color HEX #40447C Jacksons Purple

📋 copy color: '#40447C'

red 64 ◦ green 68 ◦ blue 124

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

Shades of Jacksons Purple #40447C

Tints of Jacksons Purple #40447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 25%
G = 26.56%
B = 48.44%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40447C (or 0x40447C) is known color: Jacksons Purple. HEX triplet: 40, 44 and 7C. RGB value is (64,68,124). Sum of RGB (Red+Green+Blue) = 64+68+124=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #40447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40447C is #BFBB83. Grayscale: #484848. Windows color (decimal): -12565380 or 8143936. OLE color: 8143936.

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

Color convert

RGB 64 68 124 -
CMYK 0.48 0.45 0 0.51
HSL 236º 0.32% 0.37% -
HSV(B) 236º 0.48% 0.49% -
XYZ 7.82 6.68 19.95 -
YUV 73.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 64 68 124 0.48 0.45 0 0.51 236 0.32 0.37
Hex 40 44 7C 30 2D 0 33 EC 20 25
Octal 100 104 174 60 55 0 63 354 40 45
Binary 1000000 1000100 1111100 110000 101101 0 110011 11101100 100000 100101

Color Harmonies of #40447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40447C

Black with #40447C

Text Example


Text Example

White with #40447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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