Html Css Color HEX #401457 Scarlet Gum

📋 copy color: '#401457'

red 64 ◦ green 20 ◦ blue 87

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

Shades of Scarlet Gum #401457

Tints of Scarlet Gum #401457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

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

R = 37.43%
G = 11.7%
B = 50.88%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#401457 (or 0x401457) is known color: Scarlet Gum. HEX triplet: 40, 14 and 57. RGB value is (64,20,87). Sum of RGB (Red+Green+Blue) = 64+20+87=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #401457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401457 is #BFEBA8. Grayscale: #282828. Windows color (decimal): -12577705 or 5706816. OLE color: 5706816.

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

Color convert

RGB 64 20 87 -
CMYK 0.26 0.77 0 0.66
HSL 279.4º 0.63% 0.21% -
HSV(B) 279.4º 0.77% 0.34% -
XYZ 4.08 2.28 9.24 -
YUV 40.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 64 20 87 0.26 0.77 0 0.66 279.4 0.63 0.21
Hex 40 14 57 1A 4D 0 42 117 3F 15
Octal 100 24 127 32 115 0 102 427 77 25
Binary 1000000 10100 1010111 11010 1001101 0 1000010 100010111 111111 10101

Color Harmonies of #401457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401457

Black with #401457

Text Example


Text Example

White with #401457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401457; }

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

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

background-color css

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

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

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

border-color css

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

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

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