#430B59

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

Shades of Scarlet Gum #430B59

Tints of Scarlet Gum #430B59

Color information

#430B59 (or 0x430B59) is unknown color: approx Scarlet Gum. HEX triplet: 43, 0B and 59. RGB value is (67,11,89). Sum of RGB (Red+Green+Blue) = 67+11+89=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #430B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B59 is #BCF4A6. Grayscale: #242424. Windows color (decimal): -12383399 or 5835587. OLE color: 5835587.

HSL color Cylindrical-coordinate representation of color #430B59: hue angle of 283.08º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430B59 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB671189-
CMYK0.250.8800.65
HSL283.08º78%19.61%-
HSV(B)283.08º87.64%34.9%-
XYZ4.242.159.64-
YUV36.64157.55149.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.12%
GREEN value IS 11 (4.69% from 255) = 6.59%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=40.12%
G=6.59%
B=53.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6711890.250.8800.65283.087819.61
Hex43B59195804111b4e14
Octal1031313131130010143311624
Binary10000111011101100111001101100001000001100011011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,11,89); }

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

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

 a { background-color: rgb(67,11,89); }

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

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

 span { border-color: rgb(67,11,89); }

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