Html Css Color HEX #422058 Scarlet Gum

📋 copy color: '#422058'

red 66 ◦ green 32 ◦ blue 88

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

Shades of Scarlet Gum #422058

Tints of Scarlet Gum #422058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 35.48%
G = 17.2%
B = 47.31%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422058 (or 0x422058) is known color: Scarlet Gum. HEX triplet: 42, 20 and 58. RGB value is (66,32,88). Sum of RGB (Red+Green+Blue) = 66+32+88=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #422058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422058 is #BDDFA7. Grayscale: #303030. Windows color (decimal): -12443560 or 5775426. OLE color: 5775426.

HSL color Cylindrical-coordinate representation of color #422058: hue angle of 276.43º 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 #422058 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 32 88 -
CMYK 0.25 0.64 0 0.65
HSL 276.43º 0.47% 0.24% -
HSV(B) 276.43º 0.64% 0.35% -
XYZ 4.52 2.9 9.55 -
YUV 48.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 66 32 88 0.25 0.64 0 0.65 276.43 0.47 0.24
Hex 42 20 58 19 40 0 41 114 2F 18
Octal 102 40 130 31 100 0 101 424 57 30
Binary 1000010 100000 1011000 11001 1000000 0 1000001 100010100 101111 11000

Color Harmonies of #422058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422058

Black with #422058

Text Example


Text Example

White with #422058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422058; }

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

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

background-color css

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

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

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

border-color css

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

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

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