Html Css Color HEX #422059 Scarlet Gum

📋 copy color: '#422059'

red 66 ◦ green 32 ◦ blue 89

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

Shades of Scarlet Gum #422059

Tints of Scarlet Gum #422059

RGB

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

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

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

R = 35.29%
G = 17.11%
B = 47.59%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422059 (or 0x422059) is known color: Scarlet Gum. HEX triplet: 42, 20 and 59. RGB value is (66,32,89). Sum of RGB (Red+Green+Blue) = 66+32+89=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #422059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422059 is #BDDFA6. Grayscale: #303030. Windows color (decimal): -12443559 or 5840962. OLE color: 5840962.

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

Color convert

RGB 66 32 89 -
CMYK 0.26 0.64 0 0.65
HSL 275.79º 0.47% 0.24% -
HSV(B) 275.79º 0.64% 0.35% -
XYZ 4.57 2.91 9.77 -
YUV 48.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 66 32 89 0.26 0.64 0 0.65 275.79 0.47 0.24
Hex 42 20 59 1A 40 0 41 114 2F 18
Octal 102 40 131 32 100 0 101 424 57 30
Binary 1000010 100000 1011001 11010 1000000 0 1000001 100010100 101111 11000

Color Harmonies of #422059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422059

Black with #422059

Text Example


Text Example

White with #422059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422059; }

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

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

background-color css

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

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

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

border-color css

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

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

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