#43255D

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

Shades of Scarlet Gum #43255D

Tints of Scarlet Gum #43255D

Color information

#43255D (or 0x43255D) is unknown color: approx Scarlet Gum. HEX triplet: 43, 25 and 5D. RGB value is (67,37,93). Sum of RGB (Red+Green+Blue) = 67+37+93=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #43255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43255D is #BCDAA2. Grayscale: #343434. Windows color (decimal): -12376739 or 6104387. OLE color: 6104387.

HSL color Cylindrical-coordinate representation of color #43255D: hue angle of 272.14º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43255D is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673793-
CMYK0.280.6000.64
HSL272.14º43.08%25.49%-
HSV(B)272.14º60.22%36.47%-
XYZ4.953.3110.73-
YUV52.35150.94138.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=34.01%
G=18.78%
B=47.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6737930.280.6000.64272.1443.0825.49
Hex43255D1C3C0401102b19
Octal10345135347401004205331
Binary10000111001011011101111001111000100000010001000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43255D; }

 p { color: rgb(67,37,93); }

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

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

 a { background-color: rgb(67,37,93); }

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

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

 span { border-color: rgb(67,37,93); }

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