Html Css Color HEX #40467F Jacksons Purple

📋 copy color: '#40467F'

red 64 ◦ green 70 ◦ blue 127

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

Shades of Jacksons Purple #40467F

Tints of Jacksons Purple #40467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

 BLUE value IS 127 (50% from 255) = 48.66%

R = 24.52%
G = 26.82%
B = 48.66%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40467F (or 0x40467F) is known color: Jacksons Purple. HEX triplet: 40, 46 and 7F. RGB value is (64,70,127). Sum of RGB (Red+Green+Blue) = 64+70+127=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #40467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40467F is #BFB980. Grayscale: #4A4A4A. Windows color (decimal): -12564865 or 8341056. OLE color: 8341056.

HSL color Cylindrical-coordinate representation of color #40467F: hue angle of 234.29º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40467F is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 70 127 -
CMYK 0.50 0.45 0 0.50
HSL 234.29º 0.33% 0.37% -
HSV(B) 234.29º 0.5% 0.5% -
XYZ 8.14 7 21 -
YUV 74.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 64 70 127 0.50 0.45 0 0.50 234.29 0.33 0.37
Hex 40 46 7F 32 2D 0 32 EA 21 25
Octal 100 106 177 62 55 0 62 352 41 45
Binary 1000000 1000110 1111111 110010 101101 0 110010 11101010 100001 100101

Color Harmonies of #40467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40467F

Black with #40467F

Text Example


Text Example

White with #40467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40467F; }

 p { color: rgb(64,70,127); }

 H1.HeaderClassName
 {
   color: #40467F;
 }
 .AnyTagClassName
 {
   color: #40467F;
 }
</style>

background-color css

<style>
 a { background-color: #40467F; }

 a { background-color: rgb(64,70,127); }

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

border-color css

<style>
 span { border-color: #40467F; }

 span { border-color: rgb(64,70,127); }

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