#42085B

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

Shades of Scarlet Gum #42085B

Tints of Scarlet Gum #42085B

Color information

#42085B (or 0x42085B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 08 and 5B. RGB value is (66,8,91). Sum of RGB (Red+Green+Blue) = 66+8+91=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #42085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42085B is #BDF7A4. Grayscale: #222222. Windows color (decimal): -12449701 or 5965890. OLE color: 5965890.

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

Color convert

RGB66891-
CMYK0.270.9100.64
HSL281.93º83.84%19.41%-
HSV(B)281.93º91.21%35.69%-
XYZ4.222.0910.08-
YUV34.8159.72150.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=40%
G=4.85%
B=55.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal668910.270.9100.64281.9383.8419.41
Hex4285B1B5B04011a5413
Octal1021013333133010043212423
Binary10000101000101101111011101101101000000100011010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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