#421458

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

Shades of Scarlet Gum #421458

Tints of Scarlet Gum #421458

Color information

#421458 (or 0x421458) is unknown color: approx Scarlet Gum. HEX triplet: 42, 14 and 58. RGB value is (66,20,88). Sum of RGB (Red+Green+Blue) = 66+20+88=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #421458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421458 is #BDEBA7. Grayscale: #292929. Windows color (decimal): -12446632 or 5772354. OLE color: 5772354.

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

Color convert

RGB662088-
CMYK0.250.7700.65
HSL280.59º62.96%21.18%-
HSV(B)280.59º77.27%34.51%-
XYZ4.262.369.46-
YUV41.51154.24145.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=37.93%
G=11.49%
B=50.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6620880.250.7700.65280.5962.9621.18
Hex421458194D0411193f15
Octal102241303111501014317725
Binary10000101010010110001100110011010100000110001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421458; }

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

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

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

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

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

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

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

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