Html Css Color HEX #401657 Scarlet Gum

📋 copy color: '#401657'

red 64 ◦ green 22 ◦ blue 87

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

Shades of Scarlet Gum #401657

Tints of Scarlet Gum #401657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

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

R = 36.99%
G = 12.72%
B = 50.29%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#401657 (or 0x401657) is known color: Scarlet Gum. HEX triplet: 40, 16 and 57. RGB value is (64,22,87). Sum of RGB (Red+Green+Blue) = 64+22+87=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #401657 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401657 is #BFE9A8. Grayscale: #292929. Windows color (decimal): -12577193 or 5707328. OLE color: 5707328.

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

Color convert

RGB 64 22 87 -
CMYK 0.26 0.75 0 0.66
HSL 278.77º 0.6% 0.21% -
HSV(B) 278.77º 0.75% 0.34% -
XYZ 4.12 2.35 9.25 -
YUV 41.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 64 22 87 0.26 0.75 0 0.66 278.77 0.6 0.21
Hex 40 16 57 1A 4B 0 42 117 3C 15
Octal 100 26 127 32 113 0 102 427 74 25
Binary 1000000 10110 1010111 11010 1001011 0 1000010 100010111 111100 10101

Color Harmonies of #401657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401657

Black with #401657

Text Example


Text Example

White with #401657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401657; }

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

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

background-color css

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

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

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

border-color css

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

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

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