Html Css Color HEX #421D4E Scarlet Gum

📋 copy color: '#421D4E'

red 66 ◦ green 29 ◦ blue 78

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

Shades of Scarlet Gum #421D4E

Tints of Scarlet Gum #421D4E

RGB

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

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

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

R = 38.15%
G = 16.76%
B = 45.09%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421D4E (or 0x421D4E) is known color: Scarlet Gum. HEX triplet: 42, 1D and 4E. RGB value is (66,29,78). Sum of RGB (Red+Green+Blue) = 66+29+78=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #421D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D4E is #BDE2B1. Grayscale: #2D2D2D. Windows color (decimal): -12444338 or 5119298. OLE color: 5119298.

HSL color Cylindrical-coordinate representation of color #421D4E: hue angle of 285.31º 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 #421D4E is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 29 78 -
CMYK 0.15 0.63 0 0.69
HSL 285.31º 0.46% 0.21% -
HSV(B) 285.31º 0.63% 0.31% -
XYZ 4.06 2.59 7.49 -
YUV 45.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 66 29 78 0.15 0.63 0 0.69 285.31 0.46 0.21
Hex 42 1D 4E F 3F 0 45 11D 2E 15
Octal 102 35 116 17 77 0 105 435 56 25
Binary 1000010 11101 1001110 1111 111111 0 1000101 100011101 101110 10101

Color Harmonies of #421D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D4E

Black with #421D4E

Text Example


Text Example

White with #421D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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