Html Css Color HEX #40224F Jagger

📋 copy color: '#40224F'

red 64 ◦ green 34 ◦ blue 79

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

Shades of Jagger #40224F

Tints of Jagger #40224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

 BLUE value IS 79 (31.25% from 255) = 44.63%

R = 36.16%
G = 19.21%
B = 44.63%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40224F (or 0x40224F) is known color: Jagger. HEX triplet: 40, 22 and 4F. RGB value is (64,34,79). Sum of RGB (Red+Green+Blue) = 64+34+79=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #40224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40224F is #BFDDB0. Grayscale: #2F2F2F. Windows color (decimal): -12574129 or 5186112. OLE color: 5186112.

HSL color Cylindrical-coordinate representation of color #40224F: hue angle of 280º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40224F is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 34 79 -
CMYK 0.19 0.57 0 0.69
HSL 280º 0.4% 0.22% -
HSV(B) 280º 0.57% 0.31% -
XYZ 4.1 2.8 7.72 -
YUV 48.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 64 34 79 0.19 0.57 0 0.69 280 0.4 0.22
Hex 40 22 4F 13 39 0 45 118 28 16
Octal 100 42 117 23 71 0 105 430 50 26
Binary 1000000 100010 1001111 10011 111001 0 1000101 100011000 101000 10110

Color Harmonies of #40224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40224F

Black with #40224F

Text Example


Text Example

White with #40224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40224F; }

 p { color: rgb(64,34,79); }

 H1.HeaderClassName
 {
   color: #40224F;
 }
 .AnyTagClassName
 {
   color: #40224F;
 }
</style>

background-color css

<style>
 a { background-color: #40224F; }

 a { background-color: rgb(64,34,79); }

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

border-color css

<style>
 span { border-color: #40224F; }

 span { border-color: rgb(64,34,79); }

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