Html Css Color HEX #40437A Jacksons Purple

📋 copy color: '#40437A'

red 64 ◦ green 67 ◦ blue 122

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

Shades of Jacksons Purple #40437A

Tints of Jacksons Purple #40437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 25.3%
G = 26.48%
B = 48.22%

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

#40437A (or 0x40437A) is known color: Jacksons Purple. HEX triplet: 40, 43 and 7A. RGB value is (64,67,122). Sum of RGB (Red+Green+Blue) = 64+67+122=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #40437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40437A is #BFBC85. Grayscale: #484848. Windows color (decimal): -12565638 or 8012608. OLE color: 8012608.

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

Color convert

RGB 64 67 122 -
CMYK 0.48 0.45 0 0.52
HSL 236.9º 0.31% 0.36% -
HSV(B) 236.9º 0.48% 0.48% -
XYZ 7.63 6.51 19.27 -
YUV 72.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 64 67 122 0.48 0.45 0 0.52 236.9 0.31 0.36
Hex 40 43 7A 30 2D 0 34 ED 1F 24
Octal 100 103 172 60 55 0 64 355 37 44
Binary 1000000 1000011 1111010 110000 101101 0 110100 11101101 11111 100100

Color Harmonies of #40437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40437A

Black with #40437A

Text Example


Text Example

White with #40437A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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