Html Css Color HEX #422155 Scarlet Gum

📋 copy color: '#422155'

red 66 ◦ green 33 ◦ blue 85

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

Shades of Scarlet Gum #422155

Tints of Scarlet Gum #422155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 35.87%
G = 17.93%
B = 46.2%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422155 (or 0x422155) is known color: Scarlet Gum. HEX triplet: 42, 21 and 55. RGB value is (66,33,85). Sum of RGB (Red+Green+Blue) = 66+33+85=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #422155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422155 is #BDDEAA. Grayscale: #303030. Windows color (decimal): -12443307 or 5579074. OLE color: 5579074.

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

Color convert

RGB 66 33 85 -
CMYK 0.22 0.61 0 0.67
HSL 278.08º 0.44% 0.23% -
HSV(B) 278.08º 0.61% 0.33% -
XYZ 4.43 2.9 8.92 -
YUV 48.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 66 33 85 0.22 0.61 0 0.67 278.08 0.44 0.23
Hex 42 21 55 16 3D 0 43 116 2C 17
Octal 102 41 125 26 75 0 103 426 54 27
Binary 1000010 100001 1010101 10110 111101 0 1000011 100010110 101100 10111

Color Harmonies of #422155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422155

Black with #422155

Text Example


Text Example

White with #422155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422155; }

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

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

background-color css

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

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

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

border-color css

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

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

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