Html Css Color HEX #401659 Scarlet Gum

📋 copy color: '#401659'

red 64 ◦ green 22 ◦ blue 89

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

Shades of Scarlet Gum #401659

Tints of Scarlet Gum #401659

RGB

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

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

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

R = 36.57%
G = 12.57%
B = 50.86%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401659 (or 0x401659) is known color: Scarlet Gum. HEX triplet: 40, 16 and 59. RGB value is (64,22,89). Sum of RGB (Red+Green+Blue) = 64+22+89=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #401659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401659 is #BFE9A6. Grayscale: #292929. Windows color (decimal): -12577191 or 5838400. OLE color: 5838400.

HSL color Cylindrical-coordinate representation of color #401659: hue angle of 277.61º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401659 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 22 89 -
CMYK 0.28 0.75 0 0.65
HSL 277.61º 0.6% 0.22% -
HSV(B) 277.61º 0.75% 0.35% -
XYZ 4.2 2.39 9.69 -
YUV 42.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 64 22 89 0.28 0.75 0 0.65 277.61 0.6 0.22
Hex 40 16 59 1C 4B 0 41 116 3C 16
Octal 100 26 131 34 113 0 101 426 74 26
Binary 1000000 10110 1011001 11100 1001011 0 1000001 100010110 111100 10110

Color Harmonies of #401659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401659

Black with #401659

Text Example


Text Example

White with #401659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401659; }

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

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

background-color css

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

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

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

border-color css

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

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

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