Html Css Color HEX #421B4D Scarlet Gum

📋 copy color: '#421B4D'

red 66 ◦ green 27 ◦ blue 77

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

Shades of Scarlet Gum #421B4D

Tints of Scarlet Gum #421B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.29%

R = 38.82%
G = 15.88%
B = 45.29%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#421B4D (or 0x421B4D) is known color: Scarlet Gum. HEX triplet: 42, 1B and 4D. RGB value is (66,27,77). Sum of RGB (Red+Green+Blue) = 66+27+77=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #421B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B4D is #BDE4B2. Grayscale: #2C2C2C. Windows color (decimal): -12444851 or 5053250. OLE color: 5053250.

HSL color Cylindrical-coordinate representation of color #421B4D: hue angle of 286.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421B4D is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 27 77 -
CMYK 0.14 0.65 0 0.70
HSL 286.8º 0.48% 0.2% -
HSV(B) 286.8º 0.65% 0.3% -
XYZ 3.98 2.48 7.29 -
YUV 44.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 66 27 77 0.14 0.65 0 0.70 286.8 0.48 0.2
Hex 42 1B 4D E 41 0 46 11F 30 14
Octal 102 33 115 16 101 0 106 437 60 24
Binary 1000010 11011 1001101 1110 1000001 0 1000110 100011111 110000 10100

Color Harmonies of #421B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B4D

Black with #421B4D

Text Example


Text Example

White with #421B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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