#430558

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

Shades of Scarlet Gum #430558

Tints of Scarlet Gum #430558

Color information

#430558 (or 0x430558) is unknown color: approx Scarlet Gum. HEX triplet: 43, 05 and 58. RGB value is (67,5,88). Sum of RGB (Red+Green+Blue) = 67+5+88=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #430558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430558 is #BCFAA7. Grayscale: #202020. Windows color (decimal): -12384936 or 5768515. OLE color: 5768515.

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

Color convert

RGB67588-
CMYK0.240.9400.65
HSL284.82º89.25%18.24%-
HSV(B)284.82º94.32%34.51%-
XYZ4.132.019.4-
YUV33159.04152.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 88 (34.77% from 255) = 55%
R=41.88%
G=3.12%
B=55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal675880.240.9400.65284.8289.2518.24
Hex43558185E04111d5912
Octal103513030136010143513122
Binary1000011101101100011000101111001000001100011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430558; }

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

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

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

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

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

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

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

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