Html Css Color HEX #421C55 Scarlet Gum

📋 copy color: '#421C55'

red 66 ◦ green 28 ◦ blue 85

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

Shades of Scarlet Gum #421C55

Tints of Scarlet Gum #421C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.64%

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 36.87%
G = 15.64%
B = 47.49%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421C55 (or 0x421C55) is known color: Scarlet Gum. HEX triplet: 42, 1C and 55. RGB value is (66,28,85). Sum of RGB (Red+Green+Blue) = 66+28+85=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #421C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C55 is #BDE3AA. Grayscale: #2D2D2D. Windows color (decimal): -12444587 or 5577794. OLE color: 5577794.

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

Color convert

RGB 66 28 85 -
CMYK 0.22 0.67 0 0.67
HSL 280º 0.5% 0.22% -
HSV(B) 280º 0.67% 0.33% -
XYZ 4.3 2.64 8.88 -
YUV 45.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 66 28 85 0.22 0.67 0 0.67 280 0.5 0.22
Hex 42 1C 55 16 43 0 43 118 32 16
Octal 102 34 125 26 103 0 103 430 62 26
Binary 1000010 11100 1010101 10110 1000011 0 1000011 100011000 110010 10110

Color Harmonies of #421C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C55

Black with #421C55

Text Example


Text Example

White with #421C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,28,85); }

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

background-color css

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

 a { background-color: rgb(66,28,85); }

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

border-color css

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

 span { border-color: rgb(66,28,85); }

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