Html Css Color HEX #401154 Scarlet Gum

📋 copy color: '#401154'

red 64 ◦ green 17 ◦ blue 84

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

Shades of Scarlet Gum #401154

Tints of Scarlet Gum #401154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50.91%

R = 38.79%
G = 10.3%
B = 50.91%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401154 (or 0x401154) is known color: Scarlet Gum. HEX triplet: 40, 11 and 54. RGB value is (64,17,84). Sum of RGB (Red+Green+Blue) = 64+17+84=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #401154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401154 is #BFEEAB. Grayscale: #262626. Windows color (decimal): -12578476 or 5509440. OLE color: 5509440.

HSL color Cylindrical-coordinate representation of color #401154: hue angle of 282.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401154 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 17 84 -
CMYK 0.24 0.80 0 0.67
HSL 282.09º 0.66% 0.2% -
HSV(B) 282.09º 0.8% 0.33% -
XYZ 3.92 2.13 8.59 -
YUV 38.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 64 17 84 0.24 0.80 0 0.67 282.09 0.66 0.2
Hex 40 11 54 18 50 0 43 11A 42 14
Octal 100 21 124 30 120 0 103 432 102 24
Binary 1000000 10001 1010100 11000 1010000 0 1000011 100011010 1000010 10100

Color Harmonies of #401154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401154

Black with #401154

Text Example


Text Example

White with #401154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401154; }

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

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

background-color css

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

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

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

border-color css

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

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

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