#421958

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

Shades of Scarlet Gum #421958

Tints of Scarlet Gum #421958

Color information

#421958 (or 0x421958) is unknown color: approx Scarlet Gum. HEX triplet: 42, 19 and 58. RGB value is (66,25,88). Sum of RGB (Red+Green+Blue) = 66+25+88=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #421958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421958 is #BDE6A7. Grayscale: #2C2C2C. Windows color (decimal): -12445352 or 5773634. OLE color: 5773634.

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

Color convert

RGB662588-
CMYK0.250.7200.65
HSL279.05º55.75%22.16%-
HSV(B)279.05º71.59%34.51%-
XYZ4.362.569.5-
YUV44.44152.58143.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=36.87%
G=13.97%
B=49.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6625880.250.7200.65279.0555.7522.16
Hex42195819480411173816
Octal102311303111001014277026
Binary10000101100110110001100110010000100000110001011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421958; }

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

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

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

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

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

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

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

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