Html Css Color HEX #401558 Scarlet Gum

📋 copy color: '#401558'

red 64 ◦ green 21 ◦ blue 88

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

Shades of Scarlet Gum #401558

Tints of Scarlet Gum #401558

RGB

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

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

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

R = 36.99%
G = 12.14%
B = 50.87%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401558 (or 0x401558) is known color: Scarlet Gum. HEX triplet: 40, 15 and 58. RGB value is (64,21,88). Sum of RGB (Red+Green+Blue) = 64+21+88=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #401558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401558 is #BFEAA7. Grayscale: #292929. Windows color (decimal): -12577448 or 5772608. OLE color: 5772608.

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

Color convert

RGB 64 21 88 -
CMYK 0.27 0.76 0 0.65
HSL 278.51º 0.61% 0.21% -
HSV(B) 278.51º 0.76% 0.35% -
XYZ 4.14 2.33 9.46 -
YUV 41.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 64 21 88 0.27 0.76 0 0.65 278.51 0.61 0.21
Hex 40 15 58 1B 4C 0 41 117 3D 15
Octal 100 25 130 33 114 0 101 427 75 25
Binary 1000000 10101 1011000 11011 1001100 0 1000001 100010111 111101 10101

Color Harmonies of #401558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401558

Black with #401558

Text Example


Text Example

White with #401558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401558; }

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

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

background-color css

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

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

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

border-color css

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

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

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