Html Css Color HEX #47285C Scarlet Gum

📋 copy color: '#47285C'

red 71 ◦ green 40 ◦ blue 92

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

Shades of Scarlet Gum #47285C

Tints of Scarlet Gum #47285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 34.98%
G = 19.7%
B = 45.32%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47285C (or 0x47285C) is known color: Scarlet Gum. HEX triplet: 47, 28 and 5C. RGB value is (71,40,92). Sum of RGB (Red+Green+Blue) = 71+40+92=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #47285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47285C is #B8D7A3. Grayscale: #373737. Windows color (decimal): -12113828 or 6039623. OLE color: 6039623.

HSL color Cylindrical-coordinate representation of color #47285C: hue angle of 275.77º degrees, saturation: 0.39, 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 #47285C is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 40 92 -
CMYK 0.23 0.57 0 0.64
HSL 275.77º 0.39% 0.26% -
HSV(B) 275.77º 0.57% 0.36% -
XYZ 5.29 3.63 10.55 -
YUV 55.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 71 40 92 0.23 0.57 0 0.64 275.77 0.39 0.26
Hex 47 28 5C 17 39 0 40 114 27 1A
Octal 107 50 134 27 71 0 100 424 47 32
Binary 1000111 101000 1011100 10111 111001 0 1000000 100010100 100111 11010

Color Harmonies of #47285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47285C

Black with #47285C

Text Example


Text Example

White with #47285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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