Html Css Color HEX #421F56 Scarlet Gum

📋 copy color: '#421F56'

red 66 ◦ green 31 ◦ blue 86

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

Shades of Scarlet Gum #421F56

Tints of Scarlet Gum #421F56

RGB

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

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

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

R = 36.07%
G = 16.94%
B = 46.99%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#421F56 (or 0x421F56) is known color: Scarlet Gum. HEX triplet: 42, 1F and 56. RGB value is (66,31,86). Sum of RGB (Red+Green+Blue) = 66+31+86=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #421F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F56 is #BDE0A9. Grayscale: #2F2F2F. Windows color (decimal): -12443818 or 5644098. OLE color: 5644098.

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

Color convert

RGB 66 31 86 -
CMYK 0.23 0.64 0 0.66
HSL 278.18º 0.47% 0.23% -
HSV(B) 278.18º 0.64% 0.34% -
XYZ 4.42 2.81 9.11 -
YUV 47.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 66 31 86 0.23 0.64 0 0.66 278.18 0.47 0.23
Hex 42 1F 56 17 40 0 42 116 2F 17
Octal 102 37 126 27 100 0 102 426 57 27
Binary 1000010 11111 1010110 10111 1000000 0 1000010 100010110 101111 10111

Color Harmonies of #421F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F56

Black with #421F56

Text Example


Text Example

White with #421F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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