Html Css Color HEX #3F1755 Scarlet Gum

📋 copy color: '#3F1755'

red 63 ◦ green 23 ◦ blue 85

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

Shades of Scarlet Gum #3F1755

Tints of Scarlet Gum #3F1755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

 BLUE value IS 85 (33.59% from 255) = 49.71%

R = 36.84%
G = 13.45%
B = 49.71%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F1755 (or 0x3F1755) is known color: Scarlet Gum. HEX triplet: 3F, 17 and 55. RGB value is (63,23,85). Sum of RGB (Red+Green+Blue) = 63+23+85=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F1755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1755 is #C0E8AA. Grayscale: #292929. Windows color (decimal): -12642475 or 5576511. OLE color: 5576511.

HSL color Cylindrical-coordinate representation of color #3F1755: hue angle of 278.71º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1755 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 23 85 -
CMYK 0.26 0.73 0 0.67
HSL 278.71º 0.57% 0.21% -
HSV(B) 278.71º 0.73% 0.33% -
XYZ 4 2.33 8.83 -
YUV 42.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 63 23 85 0.26 0.73 0 0.67 278.71 0.57 0.21
Hex 3F 17 55 1A 49 0 43 117 39 15
Octal 77 27 125 32 111 0 103 427 71 25
Binary 111111 10111 1010101 11010 1001001 0 1000011 100010111 111001 10101

Color Harmonies of #3F1755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1755

Black with #3F1755

Text Example


Text Example

White with #3F1755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,85); }

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

background-color css

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

 a { background-color: rgb(63,23,85); }

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

border-color css

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

 span { border-color: rgb(63,23,85); }

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