Html Css Color HEX #401158 Scarlet Gum

📋 copy color: '#401158'

red 64 ◦ green 17 ◦ blue 88

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

Shades of Scarlet Gum #401158

Tints of Scarlet Gum #401158

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 88 (34.77% from 255) = 52.07%

R = 37.87%
G = 10.06%
B = 52.07%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401158 (or 0x401158) is known color: Scarlet Gum. HEX triplet: 40, 11 and 58. RGB value is (64,17,88). Sum of RGB (Red+Green+Blue) = 64+17+88=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #401158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401158 is #BFEEA7. Grayscale: #262626. Windows color (decimal): -12578472 or 5771584. OLE color: 5771584.

HSL color Cylindrical-coordinate representation of color #401158: hue angle of 279.72º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401158 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 17 88 -
CMYK 0.27 0.81 0 0.65
HSL 279.72º 0.68% 0.21% -
HSV(B) 279.72º 0.81% 0.35% -
XYZ 4.08 2.2 9.44 -
YUV 39.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 64 17 88 0.27 0.81 0 0.65 279.72 0.68 0.21
Hex 40 11 58 1B 51 0 41 118 44 15
Octal 100 21 130 33 121 0 101 430 104 25
Binary 1000000 10001 1011000 11011 1010001 0 1000001 100011000 1000100 10101

Color Harmonies of #401158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401158

Black with #401158

Text Example


Text Example

White with #401158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401158; }

 p { color: rgb(64,17,88); }

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

background-color css

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

 a { background-color: rgb(64,17,88); }

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

border-color css

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

 span { border-color: rgb(64,17,88); }

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