Html Css Color HEX #421A4D Scarlet Gum

📋 copy color: '#421A4D'

red 66 ◦ green 26 ◦ blue 77

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

Shades of Scarlet Gum #421A4D

Tints of Scarlet Gum #421A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.38%

 BLUE value IS 77 (30.47% from 255) = 45.56%

R = 39.05%
G = 15.38%
B = 45.56%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#421A4D (or 0x421A4D) is known color: Scarlet Gum. HEX triplet: 42, 1A and 4D. RGB value is (66,26,77). Sum of RGB (Red+Green+Blue) = 66+26+77=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #421A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A4D is #BDE5B2. Grayscale: #2B2B2B. Windows color (decimal): -12445107 or 5052994. OLE color: 5052994.

HSL color Cylindrical-coordinate representation of color #421A4D: hue angle of 287.06º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #421A4D is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 26 77 -
CMYK 0.14 0.66 0 0.70
HSL 287.06º 0.5% 0.2% -
HSV(B) 287.06º 0.66% 0.3% -
XYZ 3.96 2.43 7.28 -
YUV 43.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 66 26 77 0.14 0.66 0 0.70 287.06 0.5 0.2
Hex 42 1A 4D E 42 0 46 11F 32 14
Octal 102 32 115 16 102 0 106 437 62 24
Binary 1000010 11010 1001101 1110 1000010 0 1000110 100011111 110010 10100

Color Harmonies of #421A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A4D

Black with #421A4D

Text Example


Text Example

White with #421A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,77); }

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

background-color css

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

 a { background-color: rgb(66,26,77); }

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

border-color css

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

 span { border-color: rgb(66,26,77); }

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