#401758

Color #401758 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #401758

Tints of Scarlet Gum #401758

Color information

#401758 (or 0x401758) is unknown color: approx Scarlet Gum. HEX triplet: 40, 17 and 58. RGB value is (64,23,88). Sum of RGB (Red+Green+Blue) = 64+23+88=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #401758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401758 is #BFE8A7. Grayscale: #2A2A2A. Windows color (decimal): -12576936 or 5773120. OLE color: 5773120.

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

Color convert

RGB642388-
CMYK0.270.7400.65
HSL277.85º58.56%21.76%-
HSV(B)277.85º73.86%34.51%-
XYZ4.182.419.48-
YUV42.67153.58143.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=36.57%
G=13.14%
B=50.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6423880.270.7400.65277.8558.5621.76
Hex4017581B4A0411163b16
Octal100271303311201014267326
Binary10000001011110110001101110010100100000110001011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401758; }

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

 H1.HeaderClassName
 {
   color: #401758;
 }
 .AnyTagClassName
 {
   color: #401758;
 }
</style>
background-color css

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

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

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

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

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

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