Html Css Color HEX #401259 Scarlet Gum

📋 copy color: '#401259'

red 64 ◦ green 18 ◦ blue 89

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

Shades of Scarlet Gum #401259

Tints of Scarlet Gum #401259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 52.05%

R = 37.43%
G = 10.53%
B = 52.05%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401259 (or 0x401259) is known color: Scarlet Gum. HEX triplet: 40, 12 and 59. RGB value is (64,18,89). Sum of RGB (Red+Green+Blue) = 64+18+89=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #401259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401259 is #BFEDA6. Grayscale: #272727. Windows color (decimal): -12578215 or 5837376. OLE color: 5837376.

HSL color Cylindrical-coordinate representation of color #401259: hue angle of 278.87º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401259 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 18 89 -
CMYK 0.28 0.80 0 0.65
HSL 278.87º 0.66% 0.21% -
HSV(B) 278.87º 0.8% 0.35% -
XYZ 4.13 2.24 9.67 -
YUV 39.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 64 18 89 0.28 0.80 0 0.65 278.87 0.66 0.21
Hex 40 12 59 1C 50 0 41 117 42 15
Octal 100 22 131 34 120 0 101 427 102 25
Binary 1000000 10010 1011001 11100 1010000 0 1000001 100010111 1000010 10101

Color Harmonies of #401259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401259

Black with #401259

Text Example


Text Example

White with #401259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401259; }

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

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

background-color css

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

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

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

border-color css

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

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

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