Html Css Color HEX #421D4F Scarlet Gum

📋 copy color: '#421D4F'

red 66 ◦ green 29 ◦ blue 79

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

Shades of Scarlet Gum #421D4F

Tints of Scarlet Gum #421D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

 BLUE value IS 79 (31.25% from 255) = 45.4%

R = 37.93%
G = 16.67%
B = 45.4%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421D4F (or 0x421D4F) is known color: Scarlet Gum. HEX triplet: 42, 1D and 4F. RGB value is (66,29,79). Sum of RGB (Red+Green+Blue) = 66+29+79=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #421D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D4F is #BDE2B0. Grayscale: #2D2D2D. Windows color (decimal): -12444337 or 5184834. OLE color: 5184834.

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

Color convert

RGB 66 29 79 -
CMYK 0.16 0.63 0 0.69
HSL 284.4º 0.46% 0.21% -
HSV(B) 284.4º 0.63% 0.31% -
XYZ 4.1 2.6 7.68 -
YUV 45.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 66 29 79 0.16 0.63 0 0.69 284.4 0.46 0.21
Hex 42 1D 4F 10 3F 0 45 11C 2E 15
Octal 102 35 117 20 77 0 105 434 56 25
Binary 1000010 11101 1001111 10000 111111 0 1000101 100011100 101110 10101

Color Harmonies of #421D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D4F

Black with #421D4F

Text Example


Text Example

White with #421D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,29,79); }

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

background-color css

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

 a { background-color: rgb(66,29,79); }

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

border-color css

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

 span { border-color: rgb(66,29,79); }

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