#42175D

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

Shades of Scarlet Gum #42175D

Tints of Scarlet Gum #42175D

Color information

#42175D (or 0x42175D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 17 and 5D. RGB value is (66,23,93). Sum of RGB (Red+Green+Blue) = 66+23+93=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #42175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42175D is #BDE8A2. Grayscale: #2B2B2B. Windows color (decimal): -12445859 or 6100802. OLE color: 6100802.

HSL color Cylindrical-coordinate representation of color #42175D: hue angle of 276.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42175D is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB662393-
CMYK0.290.7500.64
HSL276.86º60.34%22.75%-
HSV(B)276.86º75.27%36.47%-
XYZ4.532.5610.61-
YUV43.84155.75143.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=36.26%
G=12.64%
B=51.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6623930.290.7500.64276.8660.3422.75
Hex42175D1D4B0401153c17
Octal102271353511301004257427
Binary10000101011110111011110110010110100000010001010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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