Html Css Color HEX #401E57 Jagger

📋 copy color: '#401E57'

red 64 ◦ green 30 ◦ blue 87

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

Shades of Jagger #401E57

Tints of Jagger #401E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.07%

R = 35.36%
G = 16.57%
B = 48.07%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#401E57 (or 0x401E57) is known color: Jagger. HEX triplet: 40, 1E and 57. RGB value is (64,30,87). Sum of RGB (Red+Green+Blue) = 64+30+87=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #401E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E57 is #BFE1A8. Grayscale: #2E2E2E. Windows color (decimal): -12575145 or 5709376. OLE color: 5709376.

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

Color convert

RGB 64 30 87 -
CMYK 0.26 0.66 0 0.66
HSL 275.79º 0.49% 0.23% -
HSV(B) 275.79º 0.66% 0.34% -
XYZ 4.3 2.71 9.31 -
YUV 46.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 64 30 87 0.26 0.66 0 0.66 275.79 0.49 0.23
Hex 40 1E 57 1A 42 0 42 114 31 17
Octal 100 36 127 32 102 0 102 424 61 27
Binary 1000000 11110 1010111 11010 1000010 0 1000010 100010100 110001 10111

Color Harmonies of #401E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E57

Black with #401E57

Text Example


Text Example

White with #401E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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