#421058

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

Shades of Scarlet Gum #421058

Tints of Scarlet Gum #421058

Color information

#421058 (or 0x421058) is unknown color: approx Scarlet Gum. HEX triplet: 42, 10 and 58. RGB value is (66,16,88). Sum of RGB (Red+Green+Blue) = 66+16+88=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #421058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421058 is #BDEFA7. Grayscale: #262626. Windows color (decimal): -12447656 or 5771330. OLE color: 5771330.

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

Color convert

RGB661688-
CMYK0.250.8200.65
HSL281.67º69.23%20.39%-
HSV(B)281.67º81.82%34.51%-
XYZ4.192.239.44-
YUV39.16155.56147.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=38.82%
G=9.41%
B=51.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6616880.250.8200.65281.6769.2320.39
Hex421058195204111a4514
Octal1022013031122010143210524
Binary100001010000101100011001101001001000001100011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421058; }

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

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

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

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

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

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

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

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