Html Css Color HEX #422455 Scarlet Gum

📋 copy color: '#422455'

red 66 ◦ green 36 ◦ blue 85

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

Shades of Scarlet Gum #422455

Tints of Scarlet Gum #422455

RGB

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

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

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

R = 35.29%
G = 19.25%
B = 45.45%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422455 (or 0x422455) is known color: Scarlet Gum. HEX triplet: 42, 24 and 55. RGB value is (66,36,85). Sum of RGB (Red+Green+Blue) = 66+36+85=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #422455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422455 is #BDDBAA. Grayscale: #323232. Windows color (decimal): -12442539 or 5579842. OLE color: 5579842.

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

Color convert

RGB 66 36 85 -
CMYK 0.22 0.58 0 0.67
HSL 276.73º 0.4% 0.24% -
HSV(B) 276.73º 0.58% 0.33% -
XYZ 4.52 3.08 8.95 -
YUV 50.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 66 36 85 0.22 0.58 0 0.67 276.73 0.4 0.24
Hex 42 24 55 16 3A 0 43 115 28 18
Octal 102 44 125 26 72 0 103 425 50 30
Binary 1000010 100100 1010101 10110 111010 0 1000011 100010101 101000 11000

Color Harmonies of #422455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422455

Black with #422455

Text Example


Text Example

White with #422455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422455; }

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

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

background-color css

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

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

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

border-color css

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

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

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