Html Css Color HEX #40274D Jagger

📋 copy color: '#40274D'

red 64 ◦ green 39 ◦ blue 77

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

Shades of Jagger #40274D

Tints of Jagger #40274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

 BLUE value IS 77 (30.47% from 255) = 42.78%

R = 35.56%
G = 21.67%
B = 42.78%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40274D (or 0x40274D) is known color: Jagger. HEX triplet: 40, 27 and 4D. RGB value is (64,39,77). Sum of RGB (Red+Green+Blue) = 64+39+77=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #40274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40274D is #BFD8B2. Grayscale: #323232. Windows color (decimal): -12572851 or 5056320. OLE color: 5056320.

HSL color Cylindrical-coordinate representation of color #40274D: hue angle of 279.47º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40274D is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 39 77 -
CMYK 0.17 0.49 0 0.70
HSL 279.47º 0.33% 0.23% -
HSV(B) 279.47º 0.49% 0.3% -
XYZ 4.18 3.08 7.39 -
YUV 50.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 64 39 77 0.17 0.49 0 0.70 279.47 0.33 0.23
Hex 40 27 4D 11 31 0 46 117 21 17
Octal 100 47 115 21 61 0 106 427 41 27
Binary 1000000 100111 1001101 10001 110001 0 1000110 100010111 100001 10111

Color Harmonies of #40274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40274D

Black with #40274D

Text Example


Text Example

White with #40274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40274D; }

 p { color: rgb(64,39,77); }

 H1.HeaderClassName
 {
   color: #40274D;
 }
 .AnyTagClassName
 {
   color: #40274D;
 }
</style>

background-color css

<style>
 a { background-color: #40274D; }

 a { background-color: rgb(64,39,77); }

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

border-color css

<style>
 span { border-color: #40274D; }

 span { border-color: rgb(64,39,77); }

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