Html Css Color HEX #3F1351 Scarlet Gum

📋 copy color: '#3F1351'

red 63 ◦ green 19 ◦ blue 81

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

Shades of Scarlet Gum #3F1351

Tints of Scarlet Gum #3F1351

RGB

 RED value IS 63 (25% from 255) = 38.65%

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 81 (32.03% from 255) = 49.69%

R = 38.65%
G = 11.66%
B = 49.69%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F1351 (or 0x3F1351) is known color: Scarlet Gum. HEX triplet: 3F, 13 and 51. RGB value is (63,19,81). Sum of RGB (Red+Green+Blue) = 63+19+81=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F1351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1351 is #C0ECAE. Grayscale: #272727. Windows color (decimal): -12643503 or 5313343. OLE color: 5313343.

HSL color Cylindrical-coordinate representation of color #3F1351: hue angle of 282.58º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F1351 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 19 81 -
CMYK 0.22 0.77 0 0.68
HSL 282.58º 0.62% 0.2% -
HSV(B) 282.58º 0.77% 0.32% -
XYZ 3.77 2.12 7.99 -
YUV 39.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 63 19 81 0.22 0.77 0 0.68 282.58 0.62 0.2
Hex 3F 13 51 16 4D 0 44 11B 3E 14
Octal 77 23 121 26 115 0 104 433 76 24
Binary 111111 10011 1010001 10110 1001101 0 1000100 100011011 111110 10100

Color Harmonies of #3F1351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1351

Black with #3F1351

Text Example


Text Example

White with #3F1351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F1351; }

 p { color: rgb(63,19,81); }

 H1.HeaderClassName
 {
   color: #3F1351;
 }
 .AnyTagClassName
 {
   color: #3F1351;
 }
</style>

background-color css

<style>
 a { background-color: #3F1351; }

 a { background-color: rgb(63,19,81); }

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

border-color css

<style>
 span { border-color: #3F1351; }

 span { border-color: rgb(63,19,81); }

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