#421658

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

Shades of Scarlet Gum #421658

Tints of Scarlet Gum #421658

Color information

#421658 (or 0x421658) is unknown color: approx Scarlet Gum. HEX triplet: 42, 16 and 58. RGB value is (66,22,88). Sum of RGB (Red+Green+Blue) = 66+22+88=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #421658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421658 is #BDE9A7. Grayscale: #2A2A2A. Windows color (decimal): -12446120 or 5772866. OLE color: 5772866.

HSL color Cylindrical-coordinate representation of color #421658: hue angle of 280º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421658 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB662288-
CMYK0.250.7500.65
HSL280º60%21.57%-
HSV(B)280º75%34.51%-
XYZ4.32.449.48-
YUV42.68153.58144.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 88 (34.77% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6622880.250.7500.652806021.57
Hex421658194B0411183c16
Octal102261303111301014307426
Binary10000101011010110001100110010110100000110001100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421658; }

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

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

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

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

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

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

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

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