Html Css Color HEX #421A55 Scarlet Gum

📋 copy color: '#421A55'

red 66 ◦ green 26 ◦ blue 85

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

Shades of Scarlet Gum #421A55

Tints of Scarlet Gum #421A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.69%

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

R = 37.29%
G = 14.69%
B = 48.02%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421A55 (or 0x421A55) is known color: Scarlet Gum. HEX triplet: 42, 1A and 55. RGB value is (66,26,85). Sum of RGB (Red+Green+Blue) = 66+26+85=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #421A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A55 is #BDE5AA. Grayscale: #2C2C2C. Windows color (decimal): -12445099 or 5577282. OLE color: 5577282.

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

Color convert

RGB 66 26 85 -
CMYK 0.22 0.69 0 0.67
HSL 280.68º 0.53% 0.22% -
HSV(B) 280.68º 0.69% 0.33% -
XYZ 4.26 2.55 8.86 -
YUV 44.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 66 26 85 0.22 0.69 0 0.67 280.68 0.53 0.22
Hex 42 1A 55 16 45 0 43 119 35 16
Octal 102 32 125 26 105 0 103 431 65 26
Binary 1000010 11010 1010101 10110 1000101 0 1000011 100011001 110101 10110

Color Harmonies of #421A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A55

Black with #421A55

Text Example


Text Example

White with #421A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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