#430855

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

Shades of Scarlet Gum #430855

Tints of Scarlet Gum #430855

Color information

#430855 (or 0x430855) is unknown color: approx Scarlet Gum. HEX triplet: 43, 08 and 55. RGB value is (67,8,85). Sum of RGB (Red+Green+Blue) = 67+8+85=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #430855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430855 is #BCF7AA. Grayscale: #222222. Windows color (decimal): -12384171 or 5572675. OLE color: 5572675.

HSL color Cylindrical-coordinate representation of color #430855: hue angle of 285.97º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430855 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB67885-
CMYK0.210.9100.67
HSL285.97º82.8%18.24%-
HSV(B)285.97º90.59%33.33%-
XYZ4.042.028.77-
YUV34.42156.55151.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=41.88%
G=5%
B=53.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal678850.210.9100.67285.9782.818.24
Hex43855155B04311e5312
Octal1031012525133010343612322
Binary10000111000101010110101101101101000011100011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430855; }

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

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

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

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

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

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

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

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