#431158

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

Shades of Scarlet Gum #431158

Tints of Scarlet Gum #431158

Color information

#431158 (or 0x431158) is unknown color: approx Scarlet Gum. HEX triplet: 43, 11 and 58. RGB value is (67,17,88). Sum of RGB (Red+Green+Blue) = 67+17+88=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #431158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431158 is #BCEEA7. Grayscale: #272727. Windows color (decimal): -12381864 or 5771587. OLE color: 5771587.

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

Color convert

RGB671788-
CMYK0.240.8100.65
HSL282.25º67.62%20.59%-
HSV(B)282.25º80.68%34.51%-
XYZ4.282.39.45-
YUV40.04155.06147.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.95%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=38.95%
G=9.88%
B=51.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6717880.240.8100.65282.2567.6220.59
Hex431158185104111a4415
Octal1032113030121010143210425
Binary100001110001101100011000101000101000001100011010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431158; }

 p { color: rgb(67,17,88); }

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

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

 a { background-color: rgb(67,17,88); }

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

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

 span { border-color: rgb(67,17,88); }

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