Html Css Color HEX #470358 Scarlet Gum

📋 copy color: '#470358'

red 71 ◦ green 3 ◦ blue 88

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

Shades of Scarlet Gum #470358

Tints of Scarlet Gum #470358

RGB

 RED value IS 71 (28.13% from 255) = 43.83%

 GREEN value IS 3 (1.56% from 255) = 1.85%

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

R = 43.83%
G = 1.85%
B = 54.32%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#470358 (or 0x470358) is known color: Scarlet Gum. HEX triplet: 47, 03 and 58. RGB value is (71,3,88). Sum of RGB (Red+Green+Blue) = 71+3+88=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #470358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470358 is #B8FCA7. Grayscale: #202020. Windows color (decimal): -12123304 or 5768007. OLE color: 5768007.

HSL color Cylindrical-coordinate representation of color #470358: hue angle of 288º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470358 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 3 88 -
CMYK 0.19 0.97 0 0.65
HSL 288º 0.93% 0.18% -
HSV(B) 288º 0.97% 0.35% -
XYZ 4.39 2.11 9.41 -
YUV 33.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 71 3 88 0.19 0.97 0 0.65 288 0.93 0.18
Hex 47 3 58 13 61 0 41 120 5D 12
Octal 107 3 130 23 141 0 101 440 135 22
Binary 1000111 11 1011000 10011 1100001 0 1000001 100100000 1011101 10010

Color Harmonies of #470358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470358

Black with #470358

Text Example


Text Example

White with #470358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470358; }

 p { color: rgb(71,3,88); }

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

background-color css

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

 a { background-color: rgb(71,3,88); }

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

border-color css

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

 span { border-color: rgb(71,3,88); }

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