Html Css Color HEX #40214A Jagger

📋 copy color: '#40214A'

red 64 ◦ green 33 ◦ blue 74

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

Shades of Jagger #40214A

Tints of Jagger #40214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 43.27%

R = 37.43%
G = 19.3%
B = 43.27%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40214A (or 0x40214A) is known color: Jagger. HEX triplet: 40, 21 and 4A. RGB value is (64,33,74). Sum of RGB (Red+Green+Blue) = 64+33+74=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #40214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40214A is #BFDEB5. Grayscale: #2E2E2E. Windows color (decimal): -12574390 or 4858176. OLE color: 4858176.

HSL color Cylindrical-coordinate representation of color #40214A: hue angle of 285.37º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40214A is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 33 74 -
CMYK 0.14 0.55 0 0.71
HSL 285.37º 0.38% 0.21% -
HSV(B) 285.37º 0.55% 0.29% -
XYZ 3.89 2.67 6.79 -
YUV 46.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 64 33 74 0.14 0.55 0 0.71 285.37 0.38 0.21
Hex 40 21 4A E 37 0 47 11D 26 15
Octal 100 41 112 16 67 0 107 435 46 25
Binary 1000000 100001 1001010 1110 110111 0 1000111 100011101 100110 10101

Color Harmonies of #40214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40214A

Black with #40214A

Text Example


Text Example

White with #40214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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