Html Css Color HEX #3F1651 Scarlet Gum

📋 copy color: '#3F1651'

red 63 ◦ green 22 ◦ blue 81

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

Shades of Scarlet Gum #3F1651

Tints of Scarlet Gum #3F1651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.25%

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

R = 37.95%
G = 13.25%
B = 48.8%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F1651 (or 0x3F1651) is known color: Scarlet Gum. HEX triplet: 3F, 16 and 51. RGB value is (63,22,81). Sum of RGB (Red+Green+Blue) = 63+22+81=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F1651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1651 is #C0E9AE. Grayscale: #282828. Windows color (decimal): -12642735 or 5314111. OLE color: 5314111.

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

Color convert

RGB 63 22 81 -
CMYK 0.22 0.73 0 0.68
HSL 281.69º 0.57% 0.2% -
HSV(B) 281.69º 0.73% 0.32% -
XYZ 3.82 2.22 8.01 -
YUV 40.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 63 22 81 0.22 0.73 0 0.68 281.69 0.57 0.2
Hex 3F 16 51 16 49 0 44 11A 39 14
Octal 77 26 121 26 111 0 104 432 71 24
Binary 111111 10110 1010001 10110 1001001 0 1000100 100011010 111001 10100

Color Harmonies of #3F1651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1651

Black with #3F1651

Text Example


Text Example

White with #3F1651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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