#42095D

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

Shades of Scarlet Gum #42095D

Tints of Scarlet Gum #42095D

Color information

#42095D (or 0x42095D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 09 and 5D. RGB value is (66,9,93). Sum of RGB (Red+Green+Blue) = 66+9+93=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #42095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42095D is #BDF6A2. Grayscale: #232323. Windows color (decimal): -12449443 or 6097218. OLE color: 6097218.

HSL color Cylindrical-coordinate representation of color #42095D: hue angle of 280.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42095D is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB66993-
CMYK0.290.9000.64
HSL280.71º82.35%20%-
HSV(B)280.71º90.32%36.47%-
XYZ4.322.1410.54-
YUV35.62160.38149.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=39.29%
G=5.36%
B=55.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal669930.290.9000.64280.7182.3520
Hex4295D1D5A0401195214
Octal1021113535132010043112224
Binary10000101001101110111101101101001000000100011001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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