Html Css Color HEX #421D59 Scarlet Gum

📋 copy color: '#421D59'

red 66 ◦ green 29 ◦ blue 89

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

Shades of Scarlet Gum #421D59

Tints of Scarlet Gum #421D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 35.87%
G = 15.76%
B = 48.37%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#421D59 (or 0x421D59) is known color: Scarlet Gum. HEX triplet: 42, 1D and 59. RGB value is (66,29,89). Sum of RGB (Red+Green+Blue) = 66+29+89=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #421D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D59 is #BDE2A6. Grayscale: #2E2E2E. Windows color (decimal): -12444327 or 5840194. OLE color: 5840194.

HSL color Cylindrical-coordinate representation of color #421D59: hue angle of 277º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421D59 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 29 89 -
CMYK 0.26 0.67 0 0.65
HSL 277º 0.51% 0.23% -
HSV(B) 277º 0.67% 0.35% -
XYZ 4.49 2.76 9.75 -
YUV 46.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 66 29 89 0.26 0.67 0 0.65 277 0.51 0.23
Hex 42 1D 59 1A 43 0 41 115 33 17
Octal 102 35 131 32 103 0 101 425 63 27
Binary 1000010 11101 1011001 11010 1000011 0 1000001 100010101 110011 10111

Color Harmonies of #421D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D59

Black with #421D59

Text Example


Text Example

White with #421D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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