Html Css Color HEX #422054 Scarlet Gum

📋 copy color: '#422054'

red 66 ◦ green 32 ◦ blue 84

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

Shades of Scarlet Gum #422054

Tints of Scarlet Gum #422054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 46.15%

R = 36.26%
G = 17.58%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422054 (or 0x422054) is known color: Scarlet Gum. HEX triplet: 42, 20 and 54. RGB value is (66,32,84). Sum of RGB (Red+Green+Blue) = 66+32+84=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #422054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422054 is #BDDFAB. Grayscale: #2F2F2F. Windows color (decimal): -12443564 or 5513282. OLE color: 5513282.

HSL color Cylindrical-coordinate representation of color #422054: hue angle of 279.23º 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 #422054 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 32 84 -
CMYK 0.21 0.62 0 0.67
HSL 279.23º 0.45% 0.23% -
HSV(B) 279.23º 0.62% 0.33% -
XYZ 4.36 2.83 8.7 -
YUV 48.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 66 32 84 0.21 0.62 0 0.67 279.23 0.45 0.23
Hex 42 20 54 15 3E 0 43 117 2D 17
Octal 102 40 124 25 76 0 103 427 55 27
Binary 1000010 100000 1010100 10101 111110 0 1000011 100010111 101101 10111

Color Harmonies of #422054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422054

Black with #422054

Text Example


Text Example

White with #422054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422054; }

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

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

background-color css

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

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

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

border-color css

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

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

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