Html Css Color HEX #40214D Jagger

📋 copy color: '#40214D'

red 64 ◦ green 33 ◦ blue 77

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

Shades of Jagger #40214D

Tints of Jagger #40214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

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

R = 36.78%
G = 18.97%
B = 44.25%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40214D (or 0x40214D) is known color: Jagger. HEX triplet: 40, 21 and 4D. RGB value is (64,33,77). Sum of RGB (Red+Green+Blue) = 64+33+77=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #40214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40214D is #BFDEB2. Grayscale: #2F2F2F. Windows color (decimal): -12574387 or 5054784. OLE color: 5054784.

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

Color convert

RGB 64 33 77 -
CMYK 0.17 0.57 0 0.70
HSL 282.27º 0.4% 0.22% -
HSV(B) 282.27º 0.57% 0.3% -
XYZ 4 2.71 7.33 -
YUV 47.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 64 33 77 0.17 0.57 0 0.70 282.27 0.4 0.22
Hex 40 21 4D 11 39 0 46 11A 28 16
Octal 100 41 115 21 71 0 106 432 50 26
Binary 1000000 100001 1001101 10001 111001 0 1000110 100011010 101000 10110

Color Harmonies of #40214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40214D

Black with #40214D

Text Example


Text Example

White with #40214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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