#42174F

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

Shades of Scarlet Gum #42174F

Tints of Scarlet Gum #42174F

Color information

#42174F (or 0x42174F) is unknown color: approx Scarlet Gum. HEX triplet: 42, 17 and 4F. RGB value is (66,23,79). Sum of RGB (Red+Green+Blue) = 66+23+79=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #42174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42174F is #BDE8B0. Grayscale: #2A2A2A. Windows color (decimal): -12445873 or 5183298. OLE color: 5183298.

HSL color Cylindrical-coordinate representation of color #42174F: hue angle of 286.07º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42174F is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB662379-
CMYK0.160.7100.69
HSL286.07º54.9%20%-
HSV(B)286.07º70.89%30.98%-
XYZ3.962.347.64-
YUV42.24148.75144.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=39.29%
G=13.69%
B=47.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6623790.160.7100.69286.0754.920
Hex42174F104704511e3714
Octal102271172010701054366724
Binary10000101011110011111000010001110100010110001111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42174F; }

 p { color: rgb(66,23,79); }

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

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

 a { background-color: rgb(66,23,79); }

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

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

 span { border-color: rgb(66,23,79); }

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