Html Css Color HEX #421B59 Scarlet Gum

📋 copy color: '#421B59'

red 66 ◦ green 27 ◦ blue 89

#421B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #421B59

Tints of Scarlet Gum #421B59

RGB

 RED value IS 66 (26.17% from 255) = 36.26%

 GREEN value IS 27 (10.94% from 255) = 14.84%

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 36.26%
G = 14.84%
B = 48.9%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#421B59 (or 0x421B59) is known color: Scarlet Gum. HEX triplet: 42, 1B and 59. RGB value is (66,27,89). Sum of RGB (Red+Green+Blue) = 66+27+89=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #421B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B59 is #BDE4A6. Grayscale: #2D2D2D. Windows color (decimal): -12444839 or 5839682. OLE color: 5839682.

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

Color convert

RGB 66 27 89 -
CMYK 0.26 0.70 0 0.65
HSL 277.74º 0.53% 0.23% -
HSV(B) 277.74º 0.7% 0.35% -
XYZ 4.44 2.66 9.73 -
YUV 45.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 66 27 89 0.26 0.70 0 0.65 277.74 0.53 0.23
Hex 42 1B 59 1A 46 0 41 116 35 17
Octal 102 33 131 32 106 0 101 426 65 27
Binary 1000010 11011 1011001 11010 1000110 0 1000001 100010110 110101 10111

Color Harmonies of #421B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B59

Black with #421B59

Text Example


Text Example

White with #421B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #421B59;
 }
 .AnyTagClassName
 {
   color: #421B59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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