Html Css Color HEX #401C52 Scarlet Gum

📋 copy color: '#401C52'

red 64 ◦ green 28 ◦ blue 82

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

Shades of Scarlet Gum #401C52

Tints of Scarlet Gum #401C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.09%

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

R = 36.78%
G = 16.09%
B = 47.13%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401C52 (or 0x401C52) is known color: Scarlet Gum. HEX triplet: 40, 1C and 52. RGB value is (64,28,82). Sum of RGB (Red+Green+Blue) = 64+28+82=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #401C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C52 is #BFE3AD. Grayscale: #2C2C2C. Windows color (decimal): -12575662 or 5381184. OLE color: 5381184.

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

Color convert

RGB 64 28 82 -
CMYK 0.22 0.66 0 0.68
HSL 280º 0.49% 0.22% -
HSV(B) 280º 0.66% 0.32% -
XYZ 4.05 2.53 8.26 -
YUV 44.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 64 28 82 0.22 0.66 0 0.68 280 0.49 0.22
Hex 40 1C 52 16 42 0 44 118 31 16
Octal 100 34 122 26 102 0 104 430 61 26
Binary 1000000 11100 1010010 10110 1000010 0 1000100 100011000 110001 10110

Color Harmonies of #401C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C52

Black with #401C52

Text Example


Text Example

White with #401C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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