Html Css Color HEX #40467A Jacksons Purple

📋 copy color: '#40467A'

red 64 ◦ green 70 ◦ blue 122

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

Shades of Jacksons Purple #40467A

Tints of Jacksons Purple #40467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 25%
G = 27.34%
B = 47.66%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40467A (or 0x40467A) is known color: Jacksons Purple. HEX triplet: 40, 46 and 7A. RGB value is (64,70,122). Sum of RGB (Red+Green+Blue) = 64+70+122=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #40467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40467A is #BFB985. Grayscale: #494949. Windows color (decimal): -12564870 or 8013376. OLE color: 8013376.

HSL color Cylindrical-coordinate representation of color #40467A: hue angle of 233.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40467A is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 70 122 -
CMYK 0.48 0.43 0 0.52
HSL 233.79º 0.31% 0.36% -
HSV(B) 233.79º 0.48% 0.48% -
XYZ 7.82 6.88 19.33 -
YUV 74.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 64 70 122 0.48 0.43 0 0.52 233.79 0.31 0.36
Hex 40 46 7A 30 2B 0 34 EA 1F 24
Octal 100 106 172 60 53 0 64 352 37 44
Binary 1000000 1000110 1111010 110000 101011 0 110100 11101010 11111 100100

Color Harmonies of #40467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40467A

Black with #40467A

Text Example


Text Example

White with #40467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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