#43255B

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

Shades of Scarlet Gum #43255B

Tints of Scarlet Gum #43255B

Color information

#43255B (or 0x43255B) is unknown color: approx Scarlet Gum. HEX triplet: 43, 25 and 5B. RGB value is (67,37,91). Sum of RGB (Red+Green+Blue) = 67+37+91=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #43255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43255B is #BCDAA4. Grayscale: #333333. Windows color (decimal): -12376741 or 5973315. OLE color: 5973315.

HSL color Cylindrical-coordinate representation of color #43255B: hue angle of 273.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43255B is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673791-
CMYK0.260.5900.64
HSL273.33º42.19%25.1%-
HSV(B)273.33º59.34%35.69%-
XYZ4.863.2710.27-
YUV52.13149.94138.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=34.36%
G=18.97%
B=46.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6737910.260.5900.64273.3342.1925.1
Hex43255B1A3B0401112a19
Octal10345133327301004215231
Binary10000111001011011011110101110110100000010001000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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