#421D58

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

Shades of Scarlet Gum #421D58

Tints of Scarlet Gum #421D58

Color information

#421D58 (or 0x421D58) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1D and 58. RGB value is (66,29,88). Sum of RGB (Red+Green+Blue) = 66+29+88=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #421D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D58 is #BDE2A7. Grayscale: #2E2E2E. Windows color (decimal): -12444328 or 5774658. OLE color: 5774658.

HSL color Cylindrical-coordinate representation of color #421D58: hue angle of 277.63º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421D58 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB662988-
CMYK0.250.6700.65
HSL277.63º50.43%22.94%-
HSV(B)277.63º67.05%34.51%-
XYZ4.452.749.53-
YUV46.79151.26141.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 88 (34.77% from 255) = 48.09%
R=36.07%
G=15.85%
B=48.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6629880.250.6700.65277.6350.4322.94
Hex421D5819430411163217
Octal102351303110301014266227
Binary10000101110110110001100110000110100000110001011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421D58; }

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

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

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

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

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

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

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

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