#421B58

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

Shades of Scarlet Gum #421B58

Tints of Scarlet Gum #421B58

Color information

#421B58 (or 0x421B58) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1B and 58. RGB value is (66,27,88). Sum of RGB (Red+Green+Blue) = 66+27+88=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #421B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B58 is #BDE4A7. Grayscale: #2D2D2D. Windows color (decimal): -12444840 or 5774146. OLE color: 5774146.

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

Color convert

RGB662788-
CMYK0.250.6900.65
HSL278.36º53.04%22.55%-
HSV(B)278.36º69.32%34.51%-
XYZ4.42.659.51-
YUV45.61151.92142.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=36.46%
G=14.92%
B=48.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6627880.250.6900.65278.3653.0422.55
Hex421B5819450411163517
Octal102331303110501014266527
Binary10000101101110110001100110001010100000110001011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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