Html Css Color HEX #401151 Scarlet Gum

📋 copy color: '#401151'

red 64 ◦ green 17 ◦ blue 81

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

Shades of Scarlet Gum #401151

Tints of Scarlet Gum #401151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 50%

R = 39.51%
G = 10.49%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401151 (or 0x401151) is known color: Scarlet Gum. HEX triplet: 40, 11 and 51. RGB value is (64,17,81). Sum of RGB (Red+Green+Blue) = 64+17+81=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #401151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401151 is #BFEEAE. Grayscale: #262626. Windows color (decimal): -12578479 or 5312832. OLE color: 5312832.

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

Color convert

RGB 64 17 81 -
CMYK 0.21 0.79 0 0.68
HSL 284.06º 0.65% 0.19% -
HSV(B) 284.06º 0.79% 0.32% -
XYZ 3.8 2.08 7.99 -
YUV 38.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 64 17 81 0.21 0.79 0 0.68 284.06 0.65 0.19
Hex 40 11 51 15 4F 0 44 11C 41 13
Octal 100 21 121 25 117 0 104 434 101 23
Binary 1000000 10001 1010001 10101 1001111 0 1000100 100011100 1000001 10011

Color Harmonies of #401151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401151

Black with #401151

Text Example


Text Example

White with #401151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401151; }

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

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

background-color css

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

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

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

border-color css

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

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

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