Html Css Color HEX #421955 Scarlet Gum

📋 copy color: '#421955'

red 66 ◦ green 25 ◦ blue 85

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

Shades of Scarlet Gum #421955

Tints of Scarlet Gum #421955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 37.5%
G = 14.2%
B = 48.3%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421955 (or 0x421955) is known color: Scarlet Gum. HEX triplet: 42, 19 and 55. RGB value is (66,25,85). Sum of RGB (Red+Green+Blue) = 66+25+85=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #421955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421955 is #BDE6AA. Grayscale: #2B2B2B. Windows color (decimal): -12445355 or 5577026. OLE color: 5577026.

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

Color convert

RGB 66 25 85 -
CMYK 0.22 0.71 0 0.67
HSL 281º 0.55% 0.22% -
HSV(B) 281º 0.71% 0.33% -
XYZ 4.23 2.51 8.86 -
YUV 44.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 66 25 85 0.22 0.71 0 0.67 281 0.55 0.22
Hex 42 19 55 16 47 0 43 119 37 16
Octal 102 31 125 26 107 0 103 431 67 26
Binary 1000010 11001 1010101 10110 1000111 0 1000011 100011001 110111 10110

Color Harmonies of #421955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421955

Black with #421955

Text Example


Text Example

White with #421955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421955; }

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

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

background-color css

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

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

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

border-color css

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

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

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