#42085A

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

Shades of Scarlet Gum #42085A

Tints of Scarlet Gum #42085A

Color information

#42085A (or 0x42085A) is unknown color: approx Scarlet Gum. HEX triplet: 42, 08 and 5A. RGB value is (66,8,90). Sum of RGB (Red+Green+Blue) = 66+8+90=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #42085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42085A is #BDF7A5. Grayscale: #222222. Windows color (decimal): -12449702 or 5900354. OLE color: 5900354.

HSL color Cylindrical-coordinate representation of color #42085A: hue angle of 282.44º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42085A is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66890-
CMYK0.270.9100.65
HSL282.44º83.67%19.22%-
HSV(B)282.44º91.11%35.29%-
XYZ4.182.079.85-
YUV34.69159.22150.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=40.24%
G=4.88%
B=54.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal668900.270.9100.65282.4483.6719.22
Hex4285A1B5B04111a5413
Octal1021013233133010143212423
Binary10000101000101101011011101101101000001100011010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42085A; }

 p { color: rgb(66,8,90); }

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

<style>
 a { background-color: #42085A; }

 a { background-color: rgb(66,8,90); }

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

<style>
 span { border-color: #42085A; }

 span { border-color: rgb(66,8,90); }

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