Html Css Color HEX #421557 Scarlet Gum

📋 copy color: '#421557'

red 66 ◦ green 21 ◦ blue 87

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

Shades of Scarlet Gum #421557

Tints of Scarlet Gum #421557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 87 (34.38% from 255) = 50%

R = 37.93%
G = 12.07%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#421557 (or 0x421557) is known color: Scarlet Gum. HEX triplet: 42, 15 and 57. RGB value is (66,21,87). Sum of RGB (Red+Green+Blue) = 66+21+87=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #421557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421557 is #BDEAA8. Grayscale: #292929. Windows color (decimal): -12446377 or 5707074. OLE color: 5707074.

HSL color Cylindrical-coordinate representation of color #421557: hue angle of 280.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421557 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 21 87 -
CMYK 0.24 0.76 0 0.66
HSL 280.91º 0.61% 0.21% -
HSV(B) 280.91º 0.76% 0.34% -
XYZ 4.24 2.38 9.25 -
YUV 41.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 66 21 87 0.24 0.76 0 0.66 280.91 0.61 0.21
Hex 42 15 57 18 4C 0 42 119 3D 15
Octal 102 25 127 30 114 0 102 431 75 25
Binary 1000010 10101 1010111 11000 1001100 0 1000010 100011001 111101 10101

Color Harmonies of #421557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421557

Black with #421557

Text Example


Text Example

White with #421557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421557; }

 p { color: rgb(66,21,87); }

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

background-color css

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

 a { background-color: rgb(66,21,87); }

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

border-color css

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

 span { border-color: rgb(66,21,87); }

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