#42135B

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

Shades of Scarlet Gum #42135B

Tints of Scarlet Gum #42135B

Color information

#42135B (or 0x42135B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 13 and 5B. RGB value is (66,19,91). Sum of RGB (Red+Green+Blue) = 66+19+91=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #42135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42135B is #BDECA4. Grayscale: #292929. Windows color (decimal): -12446885 or 5968706. OLE color: 5968706.

HSL color Cylindrical-coordinate representation of color #42135B: hue angle of 279.17º degrees, saturation: 0.65, 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 #42135B is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB661991-
CMYK0.270.7900.64
HSL279.17º65.45%21.57%-
HSV(B)279.17º79.12%35.69%-
XYZ4.372.3810.13-
YUV41.26156.07145.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=37.5%
G=10.80%
B=51.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6619910.270.7900.64279.1765.4521.57
Hex42135B1B4F0401174116
Octal1022313333117010042710126
Binary100001010011101101111011100111101000000100010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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