Html Css Color HEX #3F1059 Scarlet Gum

📋 copy color: '#3F1059'

red 63 ◦ green 16 ◦ blue 89

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

Shades of Scarlet Gum #3F1059

Tints of Scarlet Gum #3F1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

 BLUE value IS 89 (35.16% from 255) = 52.98%

R = 37.5%
G = 9.52%
B = 52.98%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F1059 (or 0x3F1059) is known color: Scarlet Gum. HEX triplet: 3F, 10 and 59. RGB value is (63,16,89). Sum of RGB (Red+Green+Blue) = 63+16+89=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1059 is #C0EFA6. Grayscale: #262626. Windows color (decimal): -12644263 or 5836863. OLE color: 5836863.

HSL color Cylindrical-coordinate representation of color #3F1059: hue angle of 278.63º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F1059 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 16 89 -
CMYK 0.29 0.82 0 0.65
HSL 278.63º 0.7% 0.21% -
HSV(B) 278.63º 0.82% 0.35% -
XYZ 4.04 2.15 9.65 -
YUV 38.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 63 16 89 0.29 0.82 0 0.65 278.63 0.7 0.21
Hex 3F 10 59 1D 52 0 41 117 46 15
Octal 77 20 131 35 122 0 101 427 106 25
Binary 111111 10000 1011001 11101 1010010 0 1000001 100010111 1000110 10101

Color Harmonies of #3F1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1059

Black with #3F1059

Text Example


Text Example

White with #3F1059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,16,89); }

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

background-color css

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

 a { background-color: rgb(63,16,89); }

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

border-color css

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

 span { border-color: rgb(63,16,89); }

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