Html Css Color HEX #47285B Scarlet Gum

📋 copy color: '#47285B'

red 71 ◦ green 40 ◦ blue 91

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

Shades of Scarlet Gum #47285B

Tints of Scarlet Gum #47285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 35.15%
G = 19.8%
B = 45.05%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47285B (or 0x47285B) is known color: Scarlet Gum. HEX triplet: 47, 28 and 5B. RGB value is (71,40,91). Sum of RGB (Red+Green+Blue) = 71+40+91=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #47285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47285B is #B8D7A4. Grayscale: #363636. Windows color (decimal): -12113829 or 5974087. OLE color: 5974087.

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

Color convert

RGB 71 40 91 -
CMYK 0.22 0.56 0 0.64
HSL 276.47º 0.39% 0.26% -
HSV(B) 276.47º 0.56% 0.36% -
XYZ 5.25 3.61 10.32 -
YUV 55.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 71 40 91 0.22 0.56 0 0.64 276.47 0.39 0.26
Hex 47 28 5B 16 38 0 40 114 27 1A
Octal 107 50 133 26 70 0 100 424 47 32
Binary 1000111 101000 1011011 10110 111000 0 1000000 100010100 100111 11010

Color Harmonies of #47285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47285B

Black with #47285B

Text Example


Text Example

White with #47285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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