Html Css Color HEX #40367C Jacksons Purple

📋 copy color: '#40367C'

red 64 ◦ green 54 ◦ blue 124

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

Shades of Jacksons Purple #40367C

Tints of Jacksons Purple #40367C

RGB

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

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

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

R = 26.45%
G = 22.31%
B = 51.24%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40367C (or 0x40367C) is known color: Jacksons Purple. HEX triplet: 40, 36 and 7C. RGB value is (64,54,124). Sum of RGB (Red+Green+Blue) = 64+54+124=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #40367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40367C is #BFC983. Grayscale: #404040. Windows color (decimal): -12568964 or 8140352. OLE color: 8140352.

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

Color convert

RGB 64 54 124 -
CMYK 0.48 0.56 0 0.51
HSL 248.57º 0.39% 0.35% -
HSV(B) 248.57º 0.56% 0.49% -
XYZ 7.07 5.18 19.7 -
YUV 64.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 64 54 124 0.48 0.56 0 0.51 248.57 0.39 0.35
Hex 40 36 7C 30 38 0 33 F9 27 23
Octal 100 66 174 60 70 0 63 371 47 43
Binary 1000000 110110 1111100 110000 111000 0 110011 11111001 100111 100011

Color Harmonies of #40367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40367C

Black with #40367C

Text Example


Text Example

White with #40367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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