Html Css Color HEX #422359 Scarlet Gum

📋 copy color: '#422359'

red 66 ◦ green 35 ◦ blue 89

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

Shades of Scarlet Gum #422359

Tints of Scarlet Gum #422359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 34.74%
G = 18.42%
B = 46.84%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422359 (or 0x422359) is known color: Scarlet Gum. HEX triplet: 42, 23 and 59. RGB value is (66,35,89). Sum of RGB (Red+Green+Blue) = 66+35+89=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #422359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422359 is #BDDCA6. Grayscale: #323232. Windows color (decimal): -12442791 or 5841730. OLE color: 5841730.

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

Color convert

RGB 66 35 89 -
CMYK 0.26 0.61 0 0.65
HSL 274.44º 0.44% 0.24% -
HSV(B) 274.44º 0.61% 0.35% -
XYZ 4.65 3.08 9.8 -
YUV 50.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 66 35 89 0.26 0.61 0 0.65 274.44 0.44 0.24
Hex 42 23 59 1A 3D 0 41 112 2C 18
Octal 102 43 131 32 75 0 101 422 54 30
Binary 1000010 100011 1011001 11010 111101 0 1000001 100010010 101100 11000

Color Harmonies of #422359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422359

Black with #422359

Text Example


Text Example

White with #422359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422359; }

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

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

background-color css

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

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

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

border-color css

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

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

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