Html Css Color HEX #421E4E Scarlet Gum

📋 copy color: '#421E4E'

red 66 ◦ green 30 ◦ blue 78

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

Shades of Scarlet Gum #421E4E

Tints of Scarlet Gum #421E4E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.24%

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

R = 37.93%
G = 17.24%
B = 44.83%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421E4E (or 0x421E4E) is known color: Scarlet Gum. HEX triplet: 42, 1E and 4E. RGB value is (66,30,78). Sum of RGB (Red+Green+Blue) = 66+30+78=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #421E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E4E is #BDE1B1. Grayscale: #2E2E2E. Windows color (decimal): -12444082 or 5119554. OLE color: 5119554.

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

Color convert

RGB 66 30 78 -
CMYK 0.15 0.62 0 0.69
HSL 285º 0.44% 0.21% -
HSV(B) 285º 0.62% 0.31% -
XYZ 4.09 2.64 7.5 -
YUV 46.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 66 30 78 0.15 0.62 0 0.69 285 0.44 0.21
Hex 42 1E 4E F 3E 0 45 11D 2C 15
Octal 102 36 116 17 76 0 105 435 54 25
Binary 1000010 11110 1001110 1111 111110 0 1000101 100011101 101100 10101

Color Harmonies of #421E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E4E

Black with #421E4E

Text Example


Text Example

White with #421E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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