Html Css Color HEX #401E50 Jagger

📋 copy color: '#401E50'

red 64 ◦ green 30 ◦ blue 80

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

Shades of Jagger #401E50

Tints of Jagger #401E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.24%

 BLUE value IS 80 (31.64% from 255) = 45.98%

R = 36.78%
G = 17.24%
B = 45.98%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#401E50 (or 0x401E50) is known color: Jagger. HEX triplet: 40, 1E and 50. RGB value is (64,30,80). Sum of RGB (Red+Green+Blue) = 64+30+80=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #401E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E50 is #BFE1AF. Grayscale: #2D2D2D. Windows color (decimal): -12575152 or 5250624. OLE color: 5250624.

HSL color Cylindrical-coordinate representation of color #401E50: hue angle of 280.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401E50 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 30 80 -
CMYK 0.20 0.62 0 0.69
HSL 280.8º 0.45% 0.22% -
HSV(B) 280.8º 0.63% 0.31% -
XYZ 4.03 2.6 7.88 -
YUV 45.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 64 30 80 0.20 0.62 0 0.69 280.8 0.45 0.22
Hex 40 1E 50 14 3E 0 45 119 2D 16
Octal 100 36 120 24 76 0 105 431 55 26
Binary 1000000 11110 1010000 10100 111110 0 1000101 100011001 101101 10110

Color Harmonies of #401E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E50

Black with #401E50

Text Example


Text Example

White with #401E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E50; }

 p { color: rgb(64,30,80); }

 H1.HeaderClassName
 {
   color: #401E50;
 }
 .AnyTagClassName
 {
   color: #401E50;
 }
</style>

background-color css

<style>
 a { background-color: #401E50; }

 a { background-color: rgb(64,30,80); }

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

border-color css

<style>
 span { border-color: #401E50; }

 span { border-color: rgb(64,30,80); }

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