Html Css Color HEX #3F1551 Scarlet Gum

📋 copy color: '#3F1551'

red 63 ◦ green 21 ◦ blue 81

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

Shades of Scarlet Gum #3F1551

Tints of Scarlet Gum #3F1551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 38.18%
G = 12.73%
B = 49.09%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F1551 (or 0x3F1551) is known color: Scarlet Gum. HEX triplet: 3F, 15 and 51. RGB value is (63,21,81). Sum of RGB (Red+Green+Blue) = 63+21+81=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F1551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1551 is #C0EAAE. Grayscale: #282828. Windows color (decimal): -12642991 or 5313855. OLE color: 5313855.

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

Color convert

RGB 63 21 81 -
CMYK 0.22 0.74 0 0.68
HSL 282º 0.59% 0.2% -
HSV(B) 282º 0.74% 0.32% -
XYZ 3.8 2.19 8.01 -
YUV 40.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 63 21 81 0.22 0.74 0 0.68 282 0.59 0.2
Hex 3F 15 51 16 4A 0 44 11A 3B 14
Octal 77 25 121 26 112 0 104 432 73 24
Binary 111111 10101 1010001 10110 1001010 0 1000100 100011010 111011 10100

Color Harmonies of #3F1551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1551

Black with #3F1551

Text Example


Text Example

White with #3F1551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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