Html Css Color HEX #421F4E Scarlet Gum

📋 copy color: '#421F4E'

red 66 ◦ green 31 ◦ blue 78

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

Shades of Scarlet Gum #421F4E

Tints of Scarlet Gum #421F4E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.71%

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

R = 37.71%
G = 17.71%
B = 44.57%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421F4E (or 0x421F4E) is known color: Scarlet Gum. HEX triplet: 42, 1F and 4E. RGB value is (66,31,78). Sum of RGB (Red+Green+Blue) = 66+31+78=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #421F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F4E is #BDE0B1. Grayscale: #2E2E2E. Windows color (decimal): -12443826 or 5119810. OLE color: 5119810.

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

Color convert

RGB 66 31 78 -
CMYK 0.15 0.60 0 0.69
HSL 284.68º 0.43% 0.21% -
HSV(B) 284.68º 0.6% 0.31% -
XYZ 4.11 2.69 7.51 -
YUV 46.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 66 31 78 0.15 0.60 0 0.69 284.68 0.43 0.21
Hex 42 1F 4E F 3C 0 45 11D 2B 15
Octal 102 37 116 17 74 0 105 435 53 25
Binary 1000010 11111 1001110 1111 111100 0 1000101 100011101 101011 10101

Color Harmonies of #421F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F4E

Black with #421F4E

Text Example


Text Example

White with #421F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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