Html Css Color HEX #47285D Scarlet Gum

📋 copy color: '#47285D'

red 71 ◦ green 40 ◦ blue 93

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

Shades of Scarlet Gum #47285D

Tints of Scarlet Gum #47285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 34.8%
G = 19.61%
B = 45.59%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47285D (or 0x47285D) is known color: Scarlet Gum. HEX triplet: 47, 28 and 5D. RGB value is (71,40,93). Sum of RGB (Red+Green+Blue) = 71+40+93=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #47285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47285D is #B8D7A2. Grayscale: #373737. Windows color (decimal): -12113827 or 6105159. OLE color: 6105159.

HSL color Cylindrical-coordinate representation of color #47285D: hue angle of 275.09º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47285D is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 40 93 -
CMYK 0.24 0.57 0 0.64
HSL 275.09º 0.4% 0.26% -
HSV(B) 275.09º 0.57% 0.36% -
XYZ 5.33 3.65 10.78 -
YUV 55.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 71 40 93 0.24 0.57 0 0.64 275.09 0.4 0.26
Hex 47 28 5D 18 39 0 40 113 28 1A
Octal 107 50 135 30 71 0 100 423 50 32
Binary 1000111 101000 1011101 11000 111001 0 1000000 100010011 101000 11010

Color Harmonies of #47285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47285D

Black with #47285D

Text Example


Text Example

White with #47285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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