Html Css Color HEX #401257 Scarlet Gum

📋 copy color: '#401257'

red 64 ◦ green 18 ◦ blue 87

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

Shades of Scarlet Gum #401257

Tints of Scarlet Gum #401257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

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

R = 37.87%
G = 10.65%
B = 51.48%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#401257 (or 0x401257) is known color: Scarlet Gum. HEX triplet: 40, 12 and 57. RGB value is (64,18,87). Sum of RGB (Red+Green+Blue) = 64+18+87=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #401257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401257 is #BFEDA8. Grayscale: #272727. Windows color (decimal): -12578217 or 5706304. OLE color: 5706304.

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

Color convert

RGB 64 18 87 -
CMYK 0.26 0.79 0 0.66
HSL 280º 0.66% 0.21% -
HSV(B) 280º 0.79% 0.34% -
XYZ 4.05 2.21 9.23 -
YUV 39.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 64 18 87 0.26 0.79 0 0.66 280 0.66 0.21
Hex 40 12 57 1A 4F 0 42 118 42 15
Octal 100 22 127 32 117 0 102 430 102 25
Binary 1000000 10010 1010111 11010 1001111 0 1000010 100011000 1000010 10101

Color Harmonies of #401257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401257

Black with #401257

Text Example


Text Example

White with #401257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401257; }

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

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

background-color css

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

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

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

border-color css

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

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

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