Html Css Color HEX #422259 Scarlet Gum

📋 copy color: '#422259'

red 66 ◦ green 34 ◦ blue 89

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

Shades of Scarlet Gum #422259

Tints of Scarlet Gum #422259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 34.92%
G = 17.99%
B = 47.09%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422259 (or 0x422259) is known color: Scarlet Gum. HEX triplet: 42, 22 and 59. RGB value is (66,34,89). Sum of RGB (Red+Green+Blue) = 66+34+89=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #422259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422259 is #BDDDA6. Grayscale: #313131. Windows color (decimal): -12443047 or 5841474. OLE color: 5841474.

HSL color Cylindrical-coordinate representation of color #422259: hue angle of 274.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422259 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 34 89 -
CMYK 0.26 0.62 0 0.65
HSL 274.91º 0.45% 0.24% -
HSV(B) 274.91º 0.62% 0.35% -
XYZ 4.62 3.02 9.79 -
YUV 49.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 66 34 89 0.26 0.62 0 0.65 274.91 0.45 0.24
Hex 42 22 59 1A 3E 0 41 113 2D 18
Octal 102 42 131 32 76 0 101 423 55 30
Binary 1000010 100010 1011001 11010 111110 0 1000001 100010011 101101 11000

Color Harmonies of #422259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422259

Black with #422259

Text Example


Text Example

White with #422259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422259; }

 p { color: rgb(66,34,89); }

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

background-color css

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

 a { background-color: rgb(66,34,89); }

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

border-color css

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

 span { border-color: rgb(66,34,89); }

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