Html Css Color HEX #421D57 Scarlet Gum

📋 copy color: '#421D57'

red 66 ◦ green 29 ◦ blue 87

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

Shades of Scarlet Gum #421D57

Tints of Scarlet Gum #421D57

RGB

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

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

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

R = 36.26%
G = 15.93%
B = 47.8%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#421D57 (or 0x421D57) is known color: Scarlet Gum. HEX triplet: 42, 1D and 57. RGB value is (66,29,87). Sum of RGB (Red+Green+Blue) = 66+29+87=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #421D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D57 is #BDE2A8. Grayscale: #2E2E2E. Windows color (decimal): -12444329 or 5709122. OLE color: 5709122.

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

Color convert

RGB 66 29 87 -
CMYK 0.24 0.67 0 0.66
HSL 278.28º 0.5% 0.23% -
HSV(B) 278.28º 0.67% 0.34% -
XYZ 4.41 2.73 9.31 -
YUV 46.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 66 29 87 0.24 0.67 0 0.66 278.28 0.5 0.23
Hex 42 1D 57 18 43 0 42 116 32 17
Octal 102 35 127 30 103 0 102 426 62 27
Binary 1000010 11101 1010111 11000 1000011 0 1000010 100010110 110010 10111

Color Harmonies of #421D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D57

Black with #421D57

Text Example


Text Example

White with #421D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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