#42185B

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

Shades of Scarlet Gum #42185B

Tints of Scarlet Gum #42185B

Color information

#42185B (or 0x42185B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 18 and 5B. RGB value is (66,24,91). Sum of RGB (Red+Green+Blue) = 66+24+91=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #42185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42185B is #BDE7A4. Grayscale: #2B2B2B. Windows color (decimal): -12445605 or 5969986. OLE color: 5969986.

HSL color Cylindrical-coordinate representation of color #42185B: hue angle of 277.61º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42185B is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB662491-
CMYK0.270.7400.64
HSL277.61º58.26%22.55%-
HSV(B)277.61º73.63%35.69%-
XYZ4.462.5710.16-
YUV44.2154.41143.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=36.46%
G=13.26%
B=50.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6624910.270.7400.64277.6158.2622.55
Hex42185B1B4A0401163a17
Octal102301333311201004267227
Binary10000101100010110111101110010100100000010001011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,24,91); }

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

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

 a { background-color: rgb(66,24,91); }

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

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

 span { border-color: rgb(66,24,91); }

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