Html Css Color HEX #40367B Jacksons Purple

📋 copy color: '#40367B'

red 64 ◦ green 54 ◦ blue 123

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

Shades of Jacksons Purple #40367B

Tints of Jacksons Purple #40367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 26.56%
G = 22.41%
B = 51.04%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40367B (or 0x40367B) is known color: Jacksons Purple. HEX triplet: 40, 36 and 7B. RGB value is (64,54,123). Sum of RGB (Red+Green+Blue) = 64+54+123=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #40367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40367B is #BFC984. Grayscale: #404040. Windows color (decimal): -12568965 or 8074816. OLE color: 8074816.

HSL color Cylindrical-coordinate representation of color #40367B: hue angle of 248.7º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40367B is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 54 123 -
CMYK 0.48 0.56 0 0.52
HSL 248.7º 0.39% 0.35% -
HSV(B) 248.7º 0.56% 0.48% -
XYZ 7.01 5.16 19.37 -
YUV 64.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 64 54 123 0.48 0.56 0 0.52 248.7 0.39 0.35
Hex 40 36 7B 30 38 0 34 F9 27 23
Octal 100 66 173 60 70 0 64 371 47 43
Binary 1000000 110110 1111011 110000 111000 0 110100 11111001 100111 100011

Color Harmonies of #40367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40367B

Black with #40367B

Text Example


Text Example

White with #40367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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