Html Css Color HEX #47285F Scarlet Gum

📋 copy color: '#47285F'

red 71 ◦ green 40 ◦ blue 95

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

Shades of Scarlet Gum #47285F

Tints of Scarlet Gum #47285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 34.47%
G = 19.42%
B = 46.12%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47285F (or 0x47285F) is known color: Scarlet Gum. HEX triplet: 47, 28 and 5F. RGB value is (71,40,95). Sum of RGB (Red+Green+Blue) = 71+40+95=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #47285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47285F is #B8D7A0. Grayscale: #373737. Windows color (decimal): -12113825 or 6236231. OLE color: 6236231.

HSL color Cylindrical-coordinate representation of color #47285F: hue angle of 273.82º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47285F is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 40 95 -
CMYK 0.25 0.58 0 0.63
HSL 273.82º 0.41% 0.26% -
HSV(B) 273.82º 0.58% 0.37% -
XYZ 5.42 3.68 11.25 -
YUV 55.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 71 40 95 0.25 0.58 0 0.63 273.82 0.41 0.26
Hex 47 28 5F 19 3A 0 3F 112 29 1A
Octal 107 50 137 31 72 0 77 422 51 32
Binary 1000111 101000 1011111 11001 111010 0 111111 100010010 101001 11010

Color Harmonies of #47285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47285F

Black with #47285F

Text Example


Text Example

White with #47285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47285F; }

 p { color: rgb(71,40,95); }

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

background-color css

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

 a { background-color: rgb(71,40,95); }

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

border-color css

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

 span { border-color: rgb(71,40,95); }

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