Html Css Color HEX #421B4E Scarlet Gum

📋 copy color: '#421B4E'

red 66 ◦ green 27 ◦ blue 78

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

Shades of Scarlet Gum #421B4E

Tints of Scarlet Gum #421B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.61%

R = 38.6%
G = 15.79%
B = 45.61%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421B4E (or 0x421B4E) is known color: Scarlet Gum. HEX triplet: 42, 1B and 4E. RGB value is (66,27,78). Sum of RGB (Red+Green+Blue) = 66+27+78=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #421B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B4E is #BDE4B1. Grayscale: #2C2C2C. Windows color (decimal): -12444850 or 5118786. OLE color: 5118786.

HSL color Cylindrical-coordinate representation of color #421B4E: hue angle of 285.88º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421B4E is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 27 78 -
CMYK 0.15 0.65 0 0.69
HSL 285.88º 0.49% 0.21% -
HSV(B) 285.88º 0.65% 0.31% -
XYZ 4.01 2.49 7.48 -
YUV 44.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 66 27 78 0.15 0.65 0 0.69 285.88 0.49 0.21
Hex 42 1B 4E F 41 0 45 11E 31 15
Octal 102 33 116 17 101 0 105 436 61 25
Binary 1000010 11011 1001110 1111 1000001 0 1000101 100011110 110001 10101

Color Harmonies of #421B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B4E

Black with #421B4E

Text Example


Text Example

White with #421B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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