Html Css Color HEX #401058 Scarlet Gum

📋 copy color: '#401058'

red 64 ◦ green 16 ◦ blue 88

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

Shades of Scarlet Gum #401058

Tints of Scarlet Gum #401058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 38.1%
G = 9.52%
B = 52.38%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401058 (or 0x401058) is known color: Scarlet Gum. HEX triplet: 40, 10 and 58. RGB value is (64,16,88). Sum of RGB (Red+Green+Blue) = 64+16+88=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #401058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401058 is #BFEFA7. Grayscale: #262626. Windows color (decimal): -12578728 or 5771328. OLE color: 5771328.

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

Color convert

RGB 64 16 88 -
CMYK 0.27 0.82 0 0.65
HSL 280º 0.69% 0.2% -
HSV(B) 280º 0.82% 0.35% -
XYZ 4.06 2.17 9.44 -
YUV 38.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 64 16 88 0.27 0.82 0 0.65 280 0.69 0.2
Hex 40 10 58 1B 52 0 41 118 45 14
Octal 100 20 130 33 122 0 101 430 105 24
Binary 1000000 10000 1011000 11011 1010010 0 1000001 100011000 1000101 10100

Color Harmonies of #401058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401058

Black with #401058

Text Example


Text Example

White with #401058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401058; }

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

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

background-color css

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

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

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

border-color css

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

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

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