Html Css Color HEX #401E53 Jagger

📋 copy color: '#401E53'

red 64 ◦ green 30 ◦ blue 83

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

Shades of Jagger #401E53

Tints of Jagger #401E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.89%

R = 36.16%
G = 16.95%
B = 46.89%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401E53 (or 0x401E53) is known color: Jagger. HEX triplet: 40, 1E and 53. RGB value is (64,30,83). Sum of RGB (Red+Green+Blue) = 64+30+83=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #401E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E53 is #BFE1AC. Grayscale: #2E2E2E. Windows color (decimal): -12575149 or 5447232. OLE color: 5447232.

HSL color Cylindrical-coordinate representation of color #401E53: hue angle of 278.49º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401E53 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 30 83 -
CMYK 0.23 0.64 0 0.67
HSL 278.49º 0.47% 0.22% -
HSV(B) 278.49º 0.64% 0.33% -
XYZ 4.14 2.64 8.48 -
YUV 46.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 64 30 83 0.23 0.64 0 0.67 278.49 0.47 0.22
Hex 40 1E 53 17 40 0 43 116 2F 16
Octal 100 36 123 27 100 0 103 426 57 26
Binary 1000000 11110 1010011 10111 1000000 0 1000011 100010110 101111 10110

Color Harmonies of #401E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E53

Black with #401E53

Text Example


Text Example

White with #401E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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