Html Css Color HEX #401255 Scarlet Gum

📋 copy color: '#401255'

red 64 ◦ green 18 ◦ blue 85

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

Shades of Scarlet Gum #401255

Tints of Scarlet Gum #401255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 85 (33.59% from 255) = 50.9%

R = 38.32%
G = 10.78%
B = 50.9%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401255 (or 0x401255) is known color: Scarlet Gum. HEX triplet: 40, 12 and 55. RGB value is (64,18,85). Sum of RGB (Red+Green+Blue) = 64+18+85=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #401255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401255 is #BFEDAA. Grayscale: #272727. Windows color (decimal): -12578219 or 5575232. OLE color: 5575232.

HSL color Cylindrical-coordinate representation of color #401255: hue angle of 281.19º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401255 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 18 85 -
CMYK 0.25 0.79 0 0.67
HSL 281.19º 0.65% 0.2% -
HSV(B) 281.19º 0.79% 0.33% -
XYZ 3.97 2.18 8.81 -
YUV 39.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 64 18 85 0.25 0.79 0 0.67 281.19 0.65 0.2
Hex 40 12 55 19 4F 0 43 119 41 14
Octal 100 22 125 31 117 0 103 431 101 24
Binary 1000000 10010 1010101 11001 1001111 0 1000011 100011001 1000001 10100

Color Harmonies of #401255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401255

Black with #401255

Text Example


Text Example

White with #401255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401255; }

 p { color: rgb(64,18,85); }

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

background-color css

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

 a { background-color: rgb(64,18,85); }

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

border-color css

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

 span { border-color: rgb(64,18,85); }

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