Html Css Color HEX #401E58 Jagger

📋 copy color: '#401E58'

red 64 ◦ green 30 ◦ blue 88

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

Shades of Jagger #401E58

Tints of Jagger #401E58

RGB

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

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

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

R = 35.16%
G = 16.48%
B = 48.35%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401E58 (or 0x401E58) is known color: Jagger. HEX triplet: 40, 1E and 58. RGB value is (64,30,88). Sum of RGB (Red+Green+Blue) = 64+30+88=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #401E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E58 is #BFE1A7. Grayscale: #2E2E2E. Windows color (decimal): -12575144 or 5774912. OLE color: 5774912.

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

Color convert

RGB 64 30 88 -
CMYK 0.27 0.66 0 0.65
HSL 275.17º 0.49% 0.23% -
HSV(B) 275.17º 0.66% 0.35% -
XYZ 4.34 2.72 9.53 -
YUV 46.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 64 30 88 0.27 0.66 0 0.65 275.17 0.49 0.23
Hex 40 1E 58 1B 42 0 41 113 31 17
Octal 100 36 130 33 102 0 101 423 61 27
Binary 1000000 11110 1011000 11011 1000010 0 1000001 100010011 110001 10111

Color Harmonies of #401E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E58

Black with #401E58

Text Example


Text Example

White with #401E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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