#42105B

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

Shades of Scarlet Gum #42105B

Tints of Scarlet Gum #42105B

Color information

#42105B (or 0x42105B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 10 and 5B. RGB value is (66,16,91). Sum of RGB (Red+Green+Blue) = 66+16+91=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #42105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42105B is #BDEFA4. Grayscale: #272727. Windows color (decimal): -12447653 or 5967938. OLE color: 5967938.

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

Color convert

RGB661691-
CMYK0.270.8200.64
HSL280º70.09%20.98%-
HSV(B)280º82.42%35.69%-
XYZ4.322.2810.11-
YUV39.5157.06146.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=38.15%
G=9.25%
B=52.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6616910.270.8200.6428070.0920.98
Hex42105B1B520401184615
Octal1022013333122010043010625
Binary100001010000101101111011101001001000000100011000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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