#42145A

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

Shades of Scarlet Gum #42145A

Tints of Scarlet Gum #42145A

Color information

#42145A (or 0x42145A) is unknown color: approx Scarlet Gum. HEX triplet: 42, 14 and 5A. RGB value is (66,20,90). Sum of RGB (Red+Green+Blue) = 66+20+90=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #42145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42145A is #BDEBA5. Grayscale: #292929. Windows color (decimal): -12446630 or 5903426. OLE color: 5903426.

HSL color Cylindrical-coordinate representation of color #42145A: hue angle of 279.43º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42145A is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB662090-
CMYK0.270.7800.65
HSL279.43º63.64%21.57%-
HSV(B)279.43º77.78%35.29%-
XYZ4.342.49.91-
YUV41.73155.24145.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=37.5%
G=11.36%
B=51.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6620900.270.7800.65279.4363.6421.57
Hex42145A1B4E0411174016
Octal1022413233116010142710026
Binary100001010100101101011011100111001000001100010111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42145A; }

 p { color: rgb(66,20,90); }

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

<style>
 a { background-color: #42145A; }

 a { background-color: rgb(66,20,90); }

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

<style>
 span { border-color: #42145A; }

 span { border-color: rgb(66,20,90); }

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