Html Css Color HEX #40214F Jagger

📋 copy color: '#40214F'

red 64 ◦ green 33 ◦ blue 79

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

Shades of Jagger #40214F

Tints of Jagger #40214F

RGB

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

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

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

R = 36.36%
G = 18.75%
B = 44.89%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40214F (or 0x40214F) is known color: Jagger. HEX triplet: 40, 21 and 4F. RGB value is (64,33,79). Sum of RGB (Red+Green+Blue) = 64+33+79=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #40214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40214F is #BFDEB0. Grayscale: #2F2F2F. Windows color (decimal): -12574385 or 5185856. OLE color: 5185856.

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

Color convert

RGB 64 33 79 -
CMYK 0.19 0.58 0 0.69
HSL 280.43º 0.41% 0.22% -
HSV(B) 280.43º 0.58% 0.31% -
XYZ 4.07 2.74 7.71 -
YUV 47.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 64 33 79 0.19 0.58 0 0.69 280.43 0.41 0.22
Hex 40 21 4F 13 3A 0 45 118 29 16
Octal 100 41 117 23 72 0 105 430 51 26
Binary 1000000 100001 1001111 10011 111010 0 1000101 100011000 101001 10110

Color Harmonies of #40214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40214F

Black with #40214F

Text Example


Text Example

White with #40214F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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