#42135C

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

Shades of Scarlet Gum #42135C

Tints of Scarlet Gum #42135C

Color information

#42135C (or 0x42135C) is unknown color: approx Scarlet Gum. HEX triplet: 42, 13 and 5C. RGB value is (66,19,92). Sum of RGB (Red+Green+Blue) = 66+19+92=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #42135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42135C is #BDECA3. Grayscale: #292929. Windows color (decimal): -12446884 or 6034242. OLE color: 6034242.

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

Color convert

RGB661992-
CMYK0.280.7900.64
HSL278.63º65.77%21.76%-
HSV(B)278.63º79.35%36.08%-
XYZ4.412.410.36-
YUV41.38156.57145.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 92 (36.33% from 255) = 51.98%
R=37.29%
G=10.73%
B=51.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6619920.280.7900.64278.6365.7721.76
Hex42135C1C4F0401174216
Octal1022313434117010042710226
Binary100001010011101110011100100111101000000100010111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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