#42165A

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

Shades of Scarlet Gum #42165A

Tints of Scarlet Gum #42165A

Color information

#42165A (or 0x42165A) is unknown color: approx Scarlet Gum. HEX triplet: 42, 16 and 5A. RGB value is (66,22,90). Sum of RGB (Red+Green+Blue) = 66+22+90=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #42165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42165A is #BDE9A5. Grayscale: #2A2A2A. Windows color (decimal): -12446118 or 5903938. OLE color: 5903938.

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

Color convert

RGB662290-
CMYK0.270.7600.65
HSL278.82º60.71%21.96%-
HSV(B)278.82º75.56%35.29%-
XYZ4.382.479.92-
YUV42.91154.58144.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=37.08%
G=12.36%
B=50.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6622900.270.7600.65278.8260.7121.96
Hex42165A1B4C0411173d16
Octal102261323311401014277526
Binary10000101011010110101101110011000100000110001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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