Html Css Color HEX #422055 Scarlet Gum

📋 copy color: '#422055'

red 66 ◦ green 32 ◦ blue 85

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

Shades of Scarlet Gum #422055

Tints of Scarlet Gum #422055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 36.07%
G = 17.49%
B = 46.45%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422055 (or 0x422055) is known color: Scarlet Gum. HEX triplet: 42, 20 and 55. RGB value is (66,32,85). Sum of RGB (Red+Green+Blue) = 66+32+85=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #422055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422055 is #BDDFAA. Grayscale: #303030. Windows color (decimal): -12443563 or 5578818. OLE color: 5578818.

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

Color convert

RGB 66 32 85 -
CMYK 0.22 0.62 0 0.67
HSL 278.49º 0.45% 0.23% -
HSV(B) 278.49º 0.62% 0.33% -
XYZ 4.4 2.85 8.91 -
YUV 48.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 66 32 85 0.22 0.62 0 0.67 278.49 0.45 0.23
Hex 42 20 55 16 3E 0 43 116 2D 17
Octal 102 40 125 26 76 0 103 426 55 27
Binary 1000010 100000 1010101 10110 111110 0 1000011 100010110 101101 10111

Color Harmonies of #422055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422055

Black with #422055

Text Example


Text Example

White with #422055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422055; }

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

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

background-color css

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

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

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

border-color css

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

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

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