Html Css Color HEX #401555 Scarlet Gum

📋 copy color: '#401555'

red 64 ◦ green 21 ◦ blue 85

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

Shades of Scarlet Gum #401555

Tints of Scarlet Gum #401555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 37.65%
G = 12.35%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401555 (or 0x401555) is known color: Scarlet Gum. HEX triplet: 40, 15 and 55. RGB value is (64,21,85). Sum of RGB (Red+Green+Blue) = 64+21+85=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #401555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401555 is #BFEAAA. Grayscale: #282828. Windows color (decimal): -12577451 or 5576000. OLE color: 5576000.

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

Color convert

RGB 64 21 85 -
CMYK 0.25 0.75 0 0.67
HSL 280.31º 0.6% 0.21% -
HSV(B) 280.31º 0.75% 0.33% -
XYZ 4.02 2.28 8.82 -
YUV 41.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 64 21 85 0.25 0.75 0 0.67 280.31 0.6 0.21
Hex 40 15 55 19 4B 0 43 118 3C 15
Octal 100 25 125 31 113 0 103 430 74 25
Binary 1000000 10101 1010101 11001 1001011 0 1000011 100011000 111100 10101

Color Harmonies of #401555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401555

Black with #401555

Text Example


Text Example

White with #401555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401555; }

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

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

background-color css

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

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

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

border-color css

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

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

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