Html Css Color HEX #401358 Scarlet Gum

📋 copy color: '#401358'

red 64 ◦ green 19 ◦ blue 88

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

Shades of Scarlet Gum #401358

Tints of Scarlet Gum #401358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 37.43%
G = 11.11%
B = 51.46%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401358 (or 0x401358) is known color: Scarlet Gum. HEX triplet: 40, 13 and 58. RGB value is (64,19,88). Sum of RGB (Red+Green+Blue) = 64+19+88=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #401358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401358 is #BFECA7. Grayscale: #282828. Windows color (decimal): -12577960 or 5772096. OLE color: 5772096.

HSL color Cylindrical-coordinate representation of color #401358: hue angle of 279.13º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401358 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 19 88 -
CMYK 0.27 0.78 0 0.65
HSL 279.13º 0.64% 0.21% -
HSV(B) 279.13º 0.78% 0.35% -
XYZ 4.11 2.26 9.45 -
YUV 40.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 64 19 88 0.27 0.78 0 0.65 279.13 0.64 0.21
Hex 40 13 58 1B 4E 0 41 117 40 15
Octal 100 23 130 33 116 0 101 427 100 25
Binary 1000000 10011 1011000 11011 1001110 0 1000001 100010111 1000000 10101

Color Harmonies of #401358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401358

Black with #401358

Text Example


Text Example

White with #401358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401358; }

 p { color: rgb(64,19,88); }

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

background-color css

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

 a { background-color: rgb(64,19,88); }

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

border-color css

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

 span { border-color: rgb(64,19,88); }

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