Html Css Color HEX #47265B Scarlet Gum

📋 copy color: '#47265B'

red 71 ◦ green 38 ◦ blue 91

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

Shades of Scarlet Gum #47265B

Tints of Scarlet Gum #47265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

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

R = 35.5%
G = 19%
B = 45.5%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47265B (or 0x47265B) is known color: Scarlet Gum. HEX triplet: 47, 26 and 5B. RGB value is (71,38,91). Sum of RGB (Red+Green+Blue) = 71+38+91=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #47265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47265B is #B8D9A4. Grayscale: #353535. Windows color (decimal): -12114341 or 5973575. OLE color: 5973575.

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

Color convert

RGB 71 38 91 -
CMYK 0.22 0.58 0 0.64
HSL 277.36º 0.41% 0.25% -
HSV(B) 277.36º 0.58% 0.36% -
XYZ 5.18 3.48 10.3 -
YUV 53.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 71 38 91 0.22 0.58 0 0.64 277.36 0.41 0.25
Hex 47 26 5B 16 3A 0 40 115 29 19
Octal 107 46 133 26 72 0 100 425 51 31
Binary 1000111 100110 1011011 10110 111010 0 1000000 100010101 101001 11001

Color Harmonies of #47265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47265B

Black with #47265B

Text Example


Text Example

White with #47265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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