Html Css Color HEX #401D52 Scarlet Gum

📋 copy color: '#401D52'

red 64 ◦ green 29 ◦ blue 82

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

Shades of Scarlet Gum #401D52

Tints of Scarlet Gum #401D52

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

 BLUE value IS 82 (32.42% from 255) = 46.86%

R = 36.57%
G = 16.57%
B = 46.86%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401D52 (or 0x401D52) is known color: Scarlet Gum. HEX triplet: 40, 1D and 52. RGB value is (64,29,82). Sum of RGB (Red+Green+Blue) = 64+29+82=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #401D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D52 is #BFE2AD. Grayscale: #2D2D2D. Windows color (decimal): -12575406 or 5381440. OLE color: 5381440.

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

Color convert

RGB 64 29 82 -
CMYK 0.22 0.65 0 0.68
HSL 279.62º 0.48% 0.22% -
HSV(B) 279.62º 0.65% 0.32% -
XYZ 4.08 2.58 8.27 -
YUV 45.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 64 29 82 0.22 0.65 0 0.68 279.62 0.48 0.22
Hex 40 1D 52 16 41 0 44 118 30 16
Octal 100 35 122 26 101 0 104 430 60 26
Binary 1000000 11101 1010010 10110 1000001 0 1000100 100011000 110000 10110

Color Harmonies of #401D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D52

Black with #401D52

Text Example


Text Example

White with #401D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401D52; }

 p { color: rgb(64,29,82); }

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

background-color css

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

 a { background-color: rgb(64,29,82); }

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

border-color css

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

 span { border-color: rgb(64,29,82); }

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