Html Css Color HEX #401F58 Jagger

📋 copy color: '#401F58'

red 64 ◦ green 31 ◦ blue 88

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

Shades of Jagger #401F58

Tints of Jagger #401F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.09%

R = 34.97%
G = 16.94%
B = 48.09%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401F58 (or 0x401F58) is known color: Jagger. HEX triplet: 40, 1F and 58. RGB value is (64,31,88). Sum of RGB (Red+Green+Blue) = 64+31+88=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #401F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F58 is #BFE0A7. Grayscale: #2F2F2F. Windows color (decimal): -12574888 or 5775168. OLE color: 5775168.

HSL color Cylindrical-coordinate representation of color #401F58: hue angle of 274.74º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #401F58 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 31 88 -
CMYK 0.27 0.65 0 0.65
HSL 274.74º 0.48% 0.23% -
HSV(B) 274.74º 0.65% 0.35% -
XYZ 4.37 2.77 9.54 -
YUV 47.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 64 31 88 0.27 0.65 0 0.65 274.74 0.48 0.23
Hex 40 1F 58 1B 41 0 41 113 30 17
Octal 100 37 130 33 101 0 101 423 60 27
Binary 1000000 11111 1011000 11011 1000001 0 1000001 100010011 110000 10111

Color Harmonies of #401F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F58

Black with #401F58

Text Example


Text Example

White with #401F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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