Html Css Color HEX #401055 Scarlet Gum

📋 copy color: '#401055'

red 64 ◦ green 16 ◦ blue 85

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

Shades of Scarlet Gum #401055

Tints of Scarlet Gum #401055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

 BLUE value IS 85 (33.59% from 255) = 51.52%

R = 38.79%
G = 9.7%
B = 51.52%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401055 (or 0x401055) is known color: Scarlet Gum. HEX triplet: 40, 10 and 55. RGB value is (64,16,85). Sum of RGB (Red+Green+Blue) = 64+16+85=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #401055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401055 is #BFEFAA. Grayscale: #252525. Windows color (decimal): -12578731 or 5574720. OLE color: 5574720.

HSL color Cylindrical-coordinate representation of color #401055: hue angle of 281.74º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401055 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 16 85 -
CMYK 0.25 0.81 0 0.67
HSL 281.74º 0.68% 0.2% -
HSV(B) 281.74º 0.81% 0.33% -
XYZ 3.94 2.12 8.8 -
YUV 38.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 64 16 85 0.25 0.81 0 0.67 281.74 0.68 0.2
Hex 40 10 55 19 51 0 43 11A 44 14
Octal 100 20 125 31 121 0 103 432 104 24
Binary 1000000 10000 1010101 11001 1010001 0 1000011 100011010 1000100 10100

Color Harmonies of #401055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401055

Black with #401055

Text Example


Text Example

White with #401055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401055; }

 p { color: rgb(64,16,85); }

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

background-color css

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

 a { background-color: rgb(64,16,85); }

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

border-color css

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

 span { border-color: rgb(64,16,85); }

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