Html Css Color HEX #421D56 Scarlet Gum

📋 copy color: '#421D56'

red 66 ◦ green 29 ◦ blue 86

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

Shades of Scarlet Gum #421D56

Tints of Scarlet Gum #421D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 47.51%

R = 36.46%
G = 16.02%
B = 47.51%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#421D56 (or 0x421D56) is known color: Scarlet Gum. HEX triplet: 42, 1D and 56. RGB value is (66,29,86). Sum of RGB (Red+Green+Blue) = 66+29+86=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #421D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D56 is #BDE2A9. Grayscale: #2E2E2E. Windows color (decimal): -12444330 or 5643586. OLE color: 5643586.

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

Color convert

RGB 66 29 86 -
CMYK 0.23 0.66 0 0.66
HSL 278.95º 0.5% 0.23% -
HSV(B) 278.95º 0.66% 0.34% -
XYZ 4.37 2.71 9.1 -
YUV 46.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 66 29 86 0.23 0.66 0 0.66 278.95 0.5 0.23
Hex 42 1D 56 17 42 0 42 117 32 17
Octal 102 35 126 27 102 0 102 427 62 27
Binary 1000010 11101 1010110 10111 1000010 0 1000010 100010111 110010 10111

Color Harmonies of #421D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D56

Black with #421D56

Text Example


Text Example

White with #421D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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