#432058

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

Shades of Scarlet Gum #432058

Tints of Scarlet Gum #432058

Color information

#432058 (or 0x432058) is unknown color: approx Scarlet Gum. HEX triplet: 43, 20 and 58. RGB value is (67,32,88). Sum of RGB (Red+Green+Blue) = 67+32+88=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #432058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432058 is #BCDFA7. Grayscale: #303030. Windows color (decimal): -12378024 or 5775427. OLE color: 5775427.

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

Color convert

RGB673288-
CMYK0.240.6400.65
HSL277.5º46.67%23.53%-
HSV(B)277.5º63.64%34.51%-
XYZ4.592.939.56-
YUV48.85150.1140.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.83%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=35.83%
G=17.11%
B=47.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6732880.240.6400.65277.546.6723.53
Hex43205818400411162f18
Octal103401303010001014265730
Binary100001110000010110001100010000000100000110001011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432058; }

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

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

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

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

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

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

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

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