Html Css Color HEX #40377A Jacksons Purple

📋 copy color: '#40377A'

red 64 ◦ green 55 ◦ blue 122

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

Shades of Jacksons Purple #40377A

Tints of Jacksons Purple #40377A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 26.56%
G = 22.82%
B = 50.62%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40377A (or 0x40377A) is known color: Jacksons Purple. HEX triplet: 40, 37 and 7A. RGB value is (64,55,122). Sum of RGB (Red+Green+Blue) = 64+55+122=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #40377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40377A is #BFC885. Grayscale: #414141. Windows color (decimal): -12568710 or 8009536. OLE color: 8009536.

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

Color convert

RGB 64 55 122 -
CMYK 0.48 0.55 0 0.52
HSL 248.06º 0.38% 0.35% -
HSV(B) 248.06º 0.55% 0.48% -
XYZ 6.99 5.23 19.05 -
YUV 65.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 64 55 122 0.48 0.55 0 0.52 248.06 0.38 0.35
Hex 40 37 7A 30 37 0 34 F8 26 23
Octal 100 67 172 60 67 0 64 370 46 43
Binary 1000000 110111 1111010 110000 110111 0 110100 11111000 100110 100011

Color Harmonies of #40377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40377A

Black with #40377A

Text Example


Text Example

White with #40377A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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