Html Css Color HEX #422454 Scarlet Gum

📋 copy color: '#422454'

red 66 ◦ green 36 ◦ blue 84

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

Shades of Scarlet Gum #422454

Tints of Scarlet Gum #422454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

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

R = 35.48%
G = 19.35%
B = 45.16%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422454 (or 0x422454) is known color: Scarlet Gum. HEX triplet: 42, 24 and 54. RGB value is (66,36,84). Sum of RGB (Red+Green+Blue) = 66+36+84=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #422454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422454 is #BDDBAB. Grayscale: #323232. Windows color (decimal): -12442540 or 5514306. OLE color: 5514306.

HSL color Cylindrical-coordinate representation of color #422454: hue angle of 277.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422454 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 36 84 -
CMYK 0.21 0.57 0 0.67
HSL 277.5º 0.4% 0.24% -
HSV(B) 277.5º 0.57% 0.33% -
XYZ 4.48 3.06 8.74 -
YUV 50.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 66 36 84 0.21 0.57 0 0.67 277.5 0.4 0.24
Hex 42 24 54 15 39 0 43 116 28 18
Octal 102 44 124 25 71 0 103 426 50 30
Binary 1000010 100100 1010100 10101 111001 0 1000011 100010110 101000 11000

Color Harmonies of #422454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422454

Black with #422454

Text Example


Text Example

White with #422454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422454; }

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

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

background-color css

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

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

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

border-color css

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

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

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