#3F1758

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

Shades of Scarlet Gum #3F1758

Tints of Scarlet Gum #3F1758

Color information

#3F1758 (or 0x3F1758) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 17 and 58. RGB value is (63,23,88). Sum of RGB (Red+Green+Blue) = 63+23+88=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F1758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1758 is #C0E8A7. Grayscale: #2A2A2A. Windows color (decimal): -12642472 or 5773119. OLE color: 5773119.

HSL color Cylindrical-coordinate representation of color #3F1758: hue angle of 276.92º 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 #3F1758 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB632388-
CMYK0.280.7400.65
HSL276.92º58.56%21.76%-
HSV(B)276.92º73.86%34.51%-
XYZ4.122.379.47-
YUV42.37153.75142.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.21%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=36.21%
G=13.22%
B=50.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6323880.280.7400.65276.9258.5621.76
Hex3F17581C4A0411153b16
Octal77271303411201014257326
Binary1111111011110110001110010010100100000110001010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1758; }

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

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

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

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

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

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

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

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