Html Css Color HEX #42204F Scarlet Gum

📋 copy color: '#42204F'

red 66 ◦ green 32 ◦ blue 79

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

Shades of Scarlet Gum #42204F

Tints of Scarlet Gum #42204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.63%

R = 37.29%
G = 18.08%
B = 44.63%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42204F (or 0x42204F) is known color: Scarlet Gum. HEX triplet: 42, 20 and 4F. RGB value is (66,32,79). Sum of RGB (Red+Green+Blue) = 66+32+79=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #42204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42204F is #BDDFB0. Grayscale: #2F2F2F. Windows color (decimal): -12443569 or 5185602. OLE color: 5185602.

HSL color Cylindrical-coordinate representation of color #42204F: hue angle of 283.4º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42204F is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 32 79 -
CMYK 0.16 0.59 0 0.69
HSL 283.4º 0.42% 0.22% -
HSV(B) 283.4º 0.59% 0.31% -
XYZ 4.17 2.76 7.71 -
YUV 47.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 66 32 79 0.16 0.59 0 0.69 283.4 0.42 0.22
Hex 42 20 4F 10 3B 0 45 11B 2A 16
Octal 102 40 117 20 73 0 105 433 52 26
Binary 1000010 100000 1001111 10000 111011 0 1000101 100011011 101010 10110

Color Harmonies of #42204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42204F

Black with #42204F

Text Example


Text Example

White with #42204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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