Html Css Color HEX #401754 Scarlet Gum

📋 copy color: '#401754'

red 64 ◦ green 23 ◦ blue 84

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

Shades of Scarlet Gum #401754

Tints of Scarlet Gum #401754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 37.43%
G = 13.45%
B = 49.12%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401754 (or 0x401754) is known color: Scarlet Gum. HEX triplet: 40, 17 and 54. RGB value is (64,23,84). Sum of RGB (Red+Green+Blue) = 64+23+84=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #401754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401754 is #BFE8AB. Grayscale: #2A2A2A. Windows color (decimal): -12576940 or 5510976. OLE color: 5510976.

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

Color convert

RGB 64 23 84 -
CMYK 0.24 0.73 0 0.67
HSL 280.33º 0.57% 0.21% -
HSV(B) 280.33º 0.73% 0.33% -
XYZ 4.02 2.34 8.63 -
YUV 42.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 64 23 84 0.24 0.73 0 0.67 280.33 0.57 0.21
Hex 40 17 54 18 49 0 43 118 39 15
Octal 100 27 124 30 111 0 103 430 71 25
Binary 1000000 10111 1010100 11000 1001001 0 1000011 100011000 111001 10101

Color Harmonies of #401754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401754

Black with #401754

Text Example


Text Example

White with #401754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401754; }

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

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

background-color css

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

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

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

border-color css

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

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

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