Html Css Color HEX #401F53 Jagger

📋 copy color: '#401F53'

red 64 ◦ green 31 ◦ blue 83

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

Shades of Jagger #401F53

Tints of Jagger #401F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

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

R = 35.96%
G = 17.42%
B = 46.63%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401F53 (or 0x401F53) is known color: Jagger. HEX triplet: 40, 1F and 53. RGB value is (64,31,83). Sum of RGB (Red+Green+Blue) = 64+31+83=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #401F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F53 is #BFE0AC. Grayscale: #2E2E2E. Windows color (decimal): -12574893 or 5447488. OLE color: 5447488.

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

Color convert

RGB 64 31 83 -
CMYK 0.23 0.63 0 0.67
HSL 278.08º 0.46% 0.22% -
HSV(B) 278.08º 0.63% 0.33% -
XYZ 4.17 2.69 8.48 -
YUV 46.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 64 31 83 0.23 0.63 0 0.67 278.08 0.46 0.22
Hex 40 1F 53 17 3F 0 43 116 2E 16
Octal 100 37 123 27 77 0 103 426 56 26
Binary 1000000 11111 1010011 10111 111111 0 1000011 100010110 101110 10110

Color Harmonies of #401F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F53

Black with #401F53

Text Example


Text Example

White with #401F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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