#430F55

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

Shades of Scarlet Gum #430F55

Tints of Scarlet Gum #430F55

Color information

#430F55 (or 0x430F55) is unknown color: approx Scarlet Gum. HEX triplet: 43, 0F and 55. RGB value is (67,15,85). Sum of RGB (Red+Green+Blue) = 67+15+85=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #430F55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430F55 is #BCF0AA. Grayscale: #262626. Windows color (decimal): -12382379 or 5574467. OLE color: 5574467.

HSL color Cylindrical-coordinate representation of color #430F55: hue angle of 284.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430F55 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB671585-
CMYK0.210.8200.67
HSL284.57º70%19.61%-
HSV(B)284.57º82.35%33.33%-
XYZ4.132.198.8-
YUV38.53154.23148.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.12%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=40.12%
G=8.98%
B=50.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6715850.210.8200.67284.577019.61
Hex43F55155204311d4614
Octal1031712525122010343510624
Binary10000111111101010110101101001001000011100011101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430F55; }

 p { color: rgb(67,15,85); }

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

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

 a { background-color: rgb(67,15,85); }

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

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

 span { border-color: rgb(67,15,85); }

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