#42135D

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

Shades of Scarlet Gum #42135D

Tints of Scarlet Gum #42135D

Color information

#42135D (or 0x42135D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 13 and 5D. RGB value is (66,19,93). Sum of RGB (Red+Green+Blue) = 66+19+93=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #42135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42135D is #BDECA2. Grayscale: #292929. Windows color (decimal): -12446883 or 6099778. OLE color: 6099778.

HSL color Cylindrical-coordinate representation of color #42135D: hue angle of 278.11º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42135D is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB661993-
CMYK0.290.8000.64
HSL278.11º66.07%21.96%-
HSV(B)278.11º79.57%36.47%-
XYZ4.462.4110.59-
YUV41.49157.07145.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=37.08%
G=10.67%
B=52.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6619930.290.8000.64278.1166.0721.96
Hex42135D1D500401164216
Octal1022313535120010042610226
Binary100001010011101110111101101000001000000100010110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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