#421B5C

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

Shades of Scarlet Gum #421B5C

Tints of Scarlet Gum #421B5C

Color information

#421B5C (or 0x421B5C) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1B and 5C. RGB value is (66,27,92). Sum of RGB (Red+Green+Blue) = 66+27+92=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #421B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B5C is #BDE4A3. Grayscale: #2D2D2D. Windows color (decimal): -12444836 or 6036290. OLE color: 6036290.

HSL color Cylindrical-coordinate representation of color #421B5C: hue angle of 276º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421B5C is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB662792-
CMYK0.280.7100.64
HSL276º54.62%23.33%-
HSV(B)276º70.65%36.08%-
XYZ4.572.7110.41-
YUV46.07153.92142.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 27 (10.94% from 255) = 14.59%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=35.68%
G=14.59%
B=49.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6627920.280.7100.6427654.6223.33
Hex421B5C1C470401143717
Octal102331343410701004246727
Binary10000101101110111001110010001110100000010001010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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